Html Css Color HEX #872960 Rose Bud Cherry

📋 copy color: '#872960'

red 135 ◦ green 41 ◦ blue 96

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

Shades of Rose Bud Cherry #872960

Tints of Rose Bud Cherry #872960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 49.63%
G = 15.07%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#872960 (or 0x872960) is known color: Rose Bud Cherry. HEX triplet: 87, 29 and 60. RGB value is (135,41,96). Sum of RGB (Red+Green+Blue) = 135+41+96=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #872960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872960 is #78D69F. Grayscale: #4B4B4B. Windows color (decimal): -7919264 or 6302087. OLE color: 6302087.

HSL color Cylindrical-coordinate representation of color #872960: hue angle of 324.89º 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 #872960 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 41 96 -
CMYK 0 0.70 0.29 0.47
HSL 324.89º 0.53% 0.35% -
HSV(B) 324.89º 0.7% 0.53% -
XYZ 12.9 7.58 11.85 -
YUV 75.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 135 41 96 0 0.70 0.29 0.47 324.89 0.53 0.35
Hex 87 29 60 0 46 1D 2F 145 35 23
Octal 207 51 140 0 106 35 57 505 65 43
Binary 10000111 101001 1100000 0 1000110 11101 101111 101000101 110101 100011

Color Harmonies of #872960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872960

Black with #872960

Text Example


Text Example

White with #872960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872960; }

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

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

background-color css

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

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

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

border-color css

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

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

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