Html Css Color HEX #852161 Rose Bud Cherry

📋 copy color: '#852161'

red 133 ◦ green 33 ◦ blue 97

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

Shades of Rose Bud Cherry #852161

Tints of Rose Bud Cherry #852161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 50.57%
G = 12.55%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#852161 (or 0x852161) is known color: Rose Bud Cherry. HEX triplet: 85, 21 and 61. RGB value is (133,33,97). Sum of RGB (Red+Green+Blue) = 133+33+97=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #852161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852161 is #7ADE9E. Grayscale: #464646. Windows color (decimal): -8052383 or 6365573. OLE color: 6365573.

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

Color convert

RGB 133 33 97 -
CMYK 0 0.75 0.27 0.48
HSL 321.6º 0.6% 0.33% -
HSV(B) 321.6º 0.75% 0.52% -
XYZ 12.37 6.94 12 -
YUV 70.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 133 33 97 0 0.75 0.27 0.48 321.6 0.6 0.33
Hex 85 21 61 0 4B 1B 30 142 3C 21
Octal 205 41 141 0 113 33 60 502 74 41
Binary 10000101 100001 1100001 0 1001011 11011 110000 101000010 111100 100001

Color Harmonies of #852161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852161

Black with #852161

Text Example


Text Example

White with #852161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852161; }

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

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

background-color css

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

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

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

border-color css

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

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

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