Html Css Color HEX #852351 Rose Bud Cherry

📋 copy color: '#852351'

red 133 ◦ green 35 ◦ blue 81

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

Shades of Rose Bud Cherry #852351

Tints of Rose Bud Cherry #852351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.06%

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

R = 53.41%
G = 14.06%
B = 32.53%

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

#852351 (or 0x852351) is known color: Rose Bud Cherry. HEX triplet: 85, 23 and 51. RGB value is (133,35,81). Sum of RGB (Red+Green+Blue) = 133+35+81=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #852351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852351 is #7ADCAE. Grayscale: #454545. Windows color (decimal): -8051887 or 5317509. OLE color: 5317509.

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

Color convert

RGB 133 35 81 -
CMYK 0 0.74 0.39 0.48
HSL 331.84º 0.58% 0.33% -
HSV(B) 331.84º 0.74% 0.52% -
XYZ 11.76 6.78 8.47 -
YUV 69.55 134.47 173.26 -
System Red Green Blue C M Y K H S L
Decimal 133 35 81 0 0.74 0.39 0.48 331.84 0.58 0.33
Hex 85 23 51 0 4A 27 30 14C 3A 21
Octal 205 43 121 0 112 47 60 514 72 41
Binary 10000101 100011 1010001 0 1001010 100111 110000 101001100 111010 100001

Color Harmonies of #852351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852351

Black with #852351

Text Example


Text Example

White with #852351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852351; }

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

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

background-color css

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

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

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

border-color css

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

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

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