Html Css Color HEX #852151 Rose Bud Cherry

📋 copy color: '#852151'

red 133 ◦ green 33 ◦ blue 81

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

Shades of Rose Bud Cherry #852151

Tints of Rose Bud Cherry #852151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.79%

R = 53.85%
G = 13.36%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#852151 (or 0x852151) is known color: Rose Bud Cherry. HEX triplet: 85, 21 and 51. RGB value is (133,33,81). Sum of RGB (Red+Green+Blue) = 133+33+81=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #852151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852151 is #7ADEAE. Grayscale: #444444. Windows color (decimal): -8052399 or 5316997. OLE color: 5316997.

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

Color convert

RGB 133 33 81 -
CMYK 0 0.75 0.39 0.48
HSL 331.2º 0.6% 0.33% -
HSV(B) 331.2º 0.75% 0.52% -
XYZ 11.7 6.67 8.45 -
YUV 68.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 133 33 81 0 0.75 0.39 0.48 331.2 0.6 0.33
Hex 85 21 51 0 4B 27 30 14B 3C 21
Octal 205 41 121 0 113 47 60 513 74 41
Binary 10000101 100001 1010001 0 1001011 100111 110000 101001011 111100 100001

Color Harmonies of #852151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852151

Black with #852151

Text Example


Text Example

White with #852151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852151; }

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

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

background-color css

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

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

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

border-color css

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

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

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