Html Css Color HEX #872050 Rose Bud Cherry

📋 copy color: '#872050'

red 135 ◦ green 32 ◦ blue 80

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

Shades of Rose Bud Cherry #872050

Tints of Rose Bud Cherry #872050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.96%

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

R = 54.66%
G = 12.96%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#872050 (or 0x872050) is known color: Rose Bud Cherry. HEX triplet: 87, 20 and 50. RGB value is (135,32,80). Sum of RGB (Red+Green+Blue) = 135+32+80=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #872050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872050 is #78DFAF. Grayscale: #444444. Windows color (decimal): -7921584 or 5251207. OLE color: 5251207.

HSL color Cylindrical-coordinate representation of color #872050: hue angle of 332.04º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872050 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 80 -
CMYK 0 0.76 0.41 0.47
HSL 332.04º 0.62% 0.33% -
HSV(B) 332.04º 0.76% 0.53% -
XYZ 11.96 6.76 8.26 -
YUV 68.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 135 32 80 0 0.76 0.41 0.47 332.04 0.62 0.33
Hex 87 20 50 0 4C 29 2F 14C 3E 21
Octal 207 40 120 0 114 51 57 514 76 41
Binary 10000111 100000 1010000 0 1001100 101001 101111 101001100 111110 100001

Color Harmonies of #872050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872050

Black with #872050

Text Example


Text Example

White with #872050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872050; }

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

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

background-color css

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

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

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

border-color css

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

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

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