Html Css Color HEX #872A62 Rose Bud Cherry

📋 copy color: '#872A62'

red 135 ◦ green 42 ◦ blue 98

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

Shades of Rose Bud Cherry #872A62

Tints of Rose Bud Cherry #872A62

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.27%

 BLUE value IS 98 (38.67% from 255) = 35.64%

R = 49.09%
G = 15.27%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#872A62 (or 0x872A62) is known color: Rose Bud Cherry. HEX triplet: 87, 2A and 62. RGB value is (135,42,98). Sum of RGB (Red+Green+Blue) = 135+42+98=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #872A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872A62 is #78D59D. Grayscale: #4C4C4C. Windows color (decimal): -7919006 or 6433415. OLE color: 6433415.

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

Color convert

RGB 135 42 98 -
CMYK 0 0.69 0.27 0.47
HSL 323.87º 0.53% 0.35% -
HSV(B) 323.87º 0.69% 0.53% -
XYZ 13.02 7.69 12.35 -
YUV 76.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 135 42 98 0 0.69 0.27 0.47 323.87 0.53 0.35
Hex 87 2A 62 0 45 1B 2F 144 35 23
Octal 207 52 142 0 105 33 57 504 65 43
Binary 10000111 101010 1100010 0 1000101 11011 101111 101000100 110101 100011

Color Harmonies of #872A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872A62

Black with #872A62

Text Example


Text Example

White with #872A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872A62; }

 p { color: rgb(135,42,98); }

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

background-color css

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

 a { background-color: rgb(135,42,98); }

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

border-color css

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

 span { border-color: rgb(135,42,98); }

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