Html Css Color HEX #872950 Rose Bud Cherry

📋 copy color: '#872950'

red 135 ◦ green 41 ◦ blue 80

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

Shades of Rose Bud Cherry #872950

Tints of Rose Bud Cherry #872950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.02%

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

R = 52.73%
G = 16.02%
B = 31.25%

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

#872950 (or 0x872950) is known color: Rose Bud Cherry. HEX triplet: 87, 29 and 50. RGB value is (135,41,80). Sum of RGB (Red+Green+Blue) = 135+41+80=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #872950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872950 is #78D6AF. Grayscale: #494949. Windows color (decimal): -7919280 or 5253511. OLE color: 5253511.

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

Color convert

RGB 135 41 80 -
CMYK 0 0.70 0.41 0.47
HSL 335.11º 0.53% 0.35% -
HSV(B) 335.11º 0.7% 0.53% -
XYZ 12.23 7.32 8.36 -
YUV 73.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 135 41 80 0 0.70 0.41 0.47 335.11 0.53 0.35
Hex 87 29 50 0 46 29 2F 14F 35 23
Octal 207 51 120 0 106 51 57 517 65 43
Binary 10000111 101001 1010000 0 1000110 101001 101111 101001111 110101 100011

Color Harmonies of #872950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872950

Black with #872950

Text Example


Text Example

White with #872950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872950; }

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

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

background-color css

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

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

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

border-color css

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

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

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