Html Css Color HEX #852454 Rose Bud Cherry

📋 copy color: '#852454'

red 133 ◦ green 36 ◦ blue 84

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

Shades of Rose Bud Cherry #852454

Tints of Rose Bud Cherry #852454

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.23%

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

R = 52.57%
G = 14.23%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#852454 (or 0x852454) is known color: Rose Bud Cherry. HEX triplet: 85, 24 and 54. RGB value is (133,36,84). Sum of RGB (Red+Green+Blue) = 133+36+84=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #852454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852454 is #7ADBAB. Grayscale: #464646. Windows color (decimal): -8051628 or 5514373. OLE color: 5514373.

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

Color convert

RGB 133 36 84 -
CMYK 0 0.73 0.37 0.48
HSL 330.31º 0.57% 0.33% -
HSV(B) 330.31º 0.73% 0.52% -
XYZ 11.9 6.89 9.09 -
YUV 70.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 133 36 84 0 0.73 0.37 0.48 330.31 0.57 0.33
Hex 85 24 54 0 49 25 30 14A 39 21
Octal 205 44 124 0 111 45 60 512 71 41
Binary 10000101 100100 1010100 0 1001001 100101 110000 101001010 111001 100001

Color Harmonies of #852454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852454

Black with #852454

Text Example


Text Example

White with #852454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852454; }

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

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

background-color css

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

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

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

border-color css

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

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

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