Html Css Color HEX #872061 Rose Bud Cherry

📋 copy color: '#872061'

red 135 ◦ green 32 ◦ blue 97

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

Shades of Rose Bud Cherry #872061

Tints of Rose Bud Cherry #872061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.74%

R = 51.14%
G = 12.12%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#872061 (or 0x872061) is known color: Rose Bud Cherry. HEX triplet: 87, 20 and 61. RGB value is (135,32,97). Sum of RGB (Red+Green+Blue) = 135+32+97=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #872061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872061 is #78DF9E. Grayscale: #464646. Windows color (decimal): -7921567 or 6365319. OLE color: 6365319.

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

Color convert

RGB 135 32 97 -
CMYK 0 0.76 0.28 0.47
HSL 322.14º 0.62% 0.33% -
HSV(B) 322.14º 0.76% 0.53% -
XYZ 12.67 7.05 12 -
YUV 70.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 135 32 97 0 0.76 0.28 0.47 322.14 0.62 0.33
Hex 87 20 61 0 4C 1C 2F 142 3E 21
Octal 207 40 141 0 114 34 57 502 76 41
Binary 10000111 100000 1100001 0 1001100 11100 101111 101000010 111110 100001

Color Harmonies of #872061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872061

Black with #872061

Text Example


Text Example

White with #872061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872061; }

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

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

background-color css

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

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

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

border-color css

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

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

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