Html Css Color HEX #872850 Rose Bud Cherry

📋 copy color: '#872850'

red 135 ◦ green 40 ◦ blue 80

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

Shades of Rose Bud Cherry #872850

Tints of Rose Bud Cherry #872850

RGB

 RED value IS 135 (53.13% from 255) = 52.94%

 GREEN value IS 40 (16.02% from 255) = 15.69%

 BLUE value IS 80 (31.64% from 255) = 31.37%

R = 52.94%
G = 15.69%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#872850 (or 0x872850) is known color: Rose Bud Cherry. HEX triplet: 87, 28 and 50. RGB value is (135,40,80). Sum of RGB (Red+Green+Blue) = 135+40+80=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #872850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872850 is #78D7AF. Grayscale: #484848. Windows color (decimal): -7919536 or 5253255. OLE color: 5253255.

HSL color Cylindrical-coordinate representation of color #872850: hue angle of 334.74º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872850 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 40 80 -
CMYK 0 0.70 0.41 0.47
HSL 334.74º 0.54% 0.34% -
HSV(B) 334.74º 0.7% 0.53% -
XYZ 12.2 7.25 8.35 -
YUV 72.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 135 40 80 0 0.70 0.41 0.47 334.74 0.54 0.34
Hex 87 28 50 0 46 29 2F 14F 36 22
Octal 207 50 120 0 106 51 57 517 66 42
Binary 10000111 101000 1010000 0 1000110 101001 101111 101001111 110110 100010

Color Harmonies of #872850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872850

Black with #872850

Text Example


Text Example

White with #872850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872850; }

 p { color: rgb(135,40,80); }

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

background-color css

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

 a { background-color: rgb(135,40,80); }

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

border-color css

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

 span { border-color: rgb(135,40,80); }

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