Html Css Color HEX #852154 Rose Bud Cherry

📋 copy color: '#852154'

red 133 ◦ green 33 ◦ blue 84

#852154
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #852154

Tints of Rose Bud Cherry #852154

RGB

 RED value IS 133 (52.34% from 255) = 53.2%

 GREEN value IS 33 (13.28% from 255) = 13.2%

 BLUE value IS 84 (33.2% from 255) = 33.6%

R = 53.2%
G = 13.2%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#852154 (or 0x852154) is known color: Rose Bud Cherry. HEX triplet: 85, 21 and 54. RGB value is (133,33,84). Sum of RGB (Red+Green+Blue) = 133+33+84=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #852154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852154 is #7ADEAB. Grayscale: #444444. Windows color (decimal): -8052396 or 5513605. OLE color: 5513605.

HSL color Cylindrical-coordinate representation of color #852154: hue angle of 329.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852154 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 33 84 -
CMYK 0 0.75 0.37 0.48
HSL 329.4º 0.6% 0.33% -
HSV(B) 329.4º 0.75% 0.52% -
XYZ 11.82 6.71 9.06 -
YUV 68.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 133 33 84 0 0.75 0.37 0.48 329.4 0.6 0.33
Hex 85 21 54 0 4B 25 30 149 3C 21
Octal 205 41 124 0 113 45 60 511 74 41
Binary 10000101 100001 1010100 0 1001011 100101 110000 101001001 111100 100001

Color Harmonies of #852154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852154

Black with #852154

Text Example


Text Example

White with #852154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852154; }

 p { color: rgb(133,33,84); }

 H1.HeaderClassName
 {
   color: #852154;
 }
 .AnyTagClassName
 {
   color: #852154;
 }
</style>

background-color css

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

 a { background-color: rgb(133,33,84); }

 div.DivClassName
 {
   background-color: #852154;
 }
 .BgClassName
 {
   background-color: #852154;
 }
</style>

border-color css

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

 span { border-color: rgb(133,33,84); }

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