Html Css Color HEX #852251 Rose Bud Cherry

📋 copy color: '#852251'

red 133 ◦ green 34 ◦ blue 81

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

Shades of Rose Bud Cherry #852251

Tints of Rose Bud Cherry #852251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.71%

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

R = 53.63%
G = 13.71%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#852251 (or 0x852251) is known color: Rose Bud Cherry. HEX triplet: 85, 22 and 51. RGB value is (133,34,81). Sum of RGB (Red+Green+Blue) = 133+34+81=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #852251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852251 is #7ADDAE. Grayscale: #444444. Windows color (decimal): -8052143 or 5317253. OLE color: 5317253.

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

Color convert

RGB 133 34 81 -
CMYK 0 0.74 0.39 0.48
HSL 331.52º 0.59% 0.33% -
HSV(B) 331.52º 0.74% 0.52% -
XYZ 11.73 6.72 8.46 -
YUV 68.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 133 34 81 0 0.74 0.39 0.48 331.52 0.59 0.33
Hex 85 22 51 0 4A 27 30 14C 3B 21
Octal 205 42 121 0 112 47 60 514 73 41
Binary 10000101 100010 1010001 0 1001010 100111 110000 101001100 111011 100001

Color Harmonies of #852251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852251

Black with #852251

Text Example


Text Example

White with #852251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852251; }

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

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

background-color css

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

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

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

border-color css

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

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

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