Html Css Color HEX #872962 Rose Bud Cherry

📋 copy color: '#872962'

red 135 ◦ green 41 ◦ blue 98

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

Shades of Rose Bud Cherry #872962

Tints of Rose Bud Cherry #872962

RGB

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

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

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

R = 49.27%
G = 14.96%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#872962 (or 0x872962) is known color: Rose Bud Cherry. HEX triplet: 87, 29 and 62. RGB value is (135,41,98). Sum of RGB (Red+Green+Blue) = 135+41+98=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #872962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872962 is #78D69D. Grayscale: #4B4B4B. Windows color (decimal): -7919262 or 6433159. OLE color: 6433159.

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

Color convert

RGB 135 41 98 -
CMYK 0 0.70 0.27 0.47
HSL 323.62º 0.53% 0.35% -
HSV(B) 323.62º 0.7% 0.53% -
XYZ 12.99 7.62 12.34 -
YUV 75.6 140.64 170.37 -
System Red Green Blue C M Y K H S L
Decimal 135 41 98 0 0.70 0.27 0.47 323.62 0.53 0.35
Hex 87 29 62 0 46 1B 2F 144 35 23
Octal 207 51 142 0 106 33 57 504 65 43
Binary 10000111 101001 1100010 0 1000110 11011 101111 101000100 110101 100011

Color Harmonies of #872962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872962

Black with #872962

Text Example


Text Example

White with #872962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872962; }

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

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

background-color css

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

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

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

border-color css

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

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

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