Html Css Color HEX #872764 Rose Bud Cherry

📋 copy color: '#872764'

red 135 ◦ green 39 ◦ blue 100

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

Shades of Rose Bud Cherry #872764

Tints of Rose Bud Cherry #872764

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.23%

 BLUE value IS 100 (39.45% from 255) = 36.5%

R = 49.27%
G = 14.23%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#872764 (or 0x872764) is known color: Rose Bud Cherry. HEX triplet: 87, 27 and 64. RGB value is (135,39,100). Sum of RGB (Red+Green+Blue) = 135+39+100=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #872764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872764 is #78D89B. Grayscale: #4A4A4A. Windows color (decimal): -7919772 or 6563719. OLE color: 6563719.

HSL color Cylindrical-coordinate representation of color #872764: hue angle of 321.88º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #872764 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 39 100 -
CMYK 0 0.71 0.26 0.47
HSL 321.88º 0.55% 0.34% -
HSV(B) 321.88º 0.71% 0.53% -
XYZ 13.02 7.52 12.82 -
YUV 74.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 135 39 100 0 0.71 0.26 0.47 321.88 0.55 0.34
Hex 87 27 64 0 47 1A 2F 142 37 22
Octal 207 47 144 0 107 32 57 502 67 42
Binary 10000111 100111 1100100 0 1000111 11010 101111 101000010 110111 100010

Color Harmonies of #872764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872764

Black with #872764

Text Example


Text Example

White with #872764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872764; }

 p { color: rgb(135,39,100); }

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

background-color css

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

 a { background-color: rgb(135,39,100); }

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

border-color css

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

 span { border-color: rgb(135,39,100); }

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