Html Css Color HEX #872964 Rose Bud Cherry

📋 copy color: '#872964'

red 135 ◦ green 41 ◦ blue 100

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

Shades of Rose Bud Cherry #872964

Tints of Rose Bud Cherry #872964

RGB

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

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

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

R = 48.91%
G = 14.86%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#872964 (or 0x872964) is known color: Rose Bud Cherry. HEX triplet: 87, 29 and 64. RGB value is (135,41,100). Sum of RGB (Red+Green+Blue) = 135+41+100=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #872964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872964 is #78D69B. Grayscale: #4B4B4B. Windows color (decimal): -7919260 or 6564231. OLE color: 6564231.

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

Color convert

RGB 135 41 100 -
CMYK 0 0.70 0.26 0.47
HSL 322.34º 0.53% 0.35% -
HSV(B) 322.34º 0.7% 0.53% -
XYZ 13.08 7.66 12.84 -
YUV 75.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 135 41 100 0 0.70 0.26 0.47 322.34 0.53 0.35
Hex 87 29 64 0 46 1A 2F 142 35 23
Octal 207 51 144 0 106 32 57 502 65 43
Binary 10000111 101001 1100100 0 1000110 11010 101111 101000010 110101 100011

Color Harmonies of #872964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872964

Black with #872964

Text Example


Text Example

White with #872964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872964; }

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

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

background-color css

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

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

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

border-color css

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

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

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