#851F52

Color #851F52 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #851F52

Tints of Rose Bud Cherry #851F52

Color information

#851F52 (or 0x851F52) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 1F and 52. RGB value is (133,31,82). Sum of RGB (Red+Green+Blue) = 133+31+82=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #851F52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851F52 is #7AE0AD. Grayscale: #434343. Windows color (decimal): -8052910 or 5382021. OLE color: 5382021.

HSL color Cylindrical-coordinate representation of color #851F52: hue angle of 330º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #851F52 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1333182-
CMYK00.770.380.48
HSL330º62.2%32.16%-
HSV(B)330º76.69%52.16%-
XYZ11.696.588.64-
YUV67.31136.29174.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 54.07%
GREEN value IS 31 (12.5% from 255) = 12.60%
BLUE value IS 82 (32.42% from 255) = 33.33%
R=54.07%
G=12.60%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133318200.770.380.4833062.232.16
Hex851F5204D263014a3e20
Octal20537122011546605127640
Binary1000010111111101001001001101100110110000101001010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851F52; }

 p { color: rgb(133,31,82); }

 H1.HeaderClassName
 {
   color: #851F52;
 }
 .AnyTagClassName
 {
   color: #851F52;
 }
</style>
background-color css

<style>
 a { background-color: #851F52; }

 a { background-color: rgb(133,31,82); }

 div.DivClassName
 {
   background-color: #851F52;
 }
 .BgClassName
 {
   background-color: #851F52;
 }
</style>
border-color css

<style>
 span { border-color: #851F52; }

 span { border-color: rgb(133,31,82); }

 td.TdClassName
 {
   border-color: #851F52;
 }
 .TagClassName
 {
   border-color: #851F52;
 }
</style>