Html Css Color HEX #852452 Rose Bud Cherry

📋 copy color: '#852452'

red 133 ◦ green 36 ◦ blue 82

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

Shades of Rose Bud Cherry #852452

Tints of Rose Bud Cherry #852452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.67%

R = 52.99%
G = 14.34%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#852452 (or 0x852452) is known color: Rose Bud Cherry. HEX triplet: 85, 24 and 52. RGB value is (133,36,82). Sum of RGB (Red+Green+Blue) = 133+36+82=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #852452 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852452 is #7ADBAD. Grayscale: #464646. Windows color (decimal): -8051630 or 5383301. OLE color: 5383301.

HSL color Cylindrical-coordinate representation of color #852452: hue angle of 331.55º 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 #852452 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 82 -
CMYK 0 0.73 0.38 0.48
HSL 331.55º 0.57% 0.33% -
HSV(B) 331.55º 0.73% 0.52% -
XYZ 11.83 6.86 8.68 -
YUV 70.25 134.64 172.76 -
System Red Green Blue C M Y K H S L
Decimal 133 36 82 0 0.73 0.38 0.48 331.55 0.57 0.33
Hex 85 24 52 0 49 26 30 14C 39 21
Octal 205 44 122 0 111 46 60 514 71 41
Binary 10000101 100100 1010010 0 1001001 100110 110000 101001100 111001 100001

Color Harmonies of #852452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852452

Black with #852452

Text Example


Text Example

White with #852452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852452; }

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

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

background-color css

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

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

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

border-color css

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

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

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