Html Css Color HEX #872D63 Rose Bud Cherry

📋 copy color: '#872D63'

red 135 ◦ green 45 ◦ blue 99

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

Shades of Rose Bud Cherry #872D63

Tints of Rose Bud Cherry #872D63

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.13%

 BLUE value IS 99 (39.06% from 255) = 35.48%

R = 48.39%
G = 16.13%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#872D63 (or 0x872D63) is known color: Rose Bud Cherry. HEX triplet: 87, 2D and 63. RGB value is (135,45,99). Sum of RGB (Red+Green+Blue) = 135+45+99=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #872D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872D63 is #78D29C. Grayscale: #4D4D4D. Windows color (decimal): -7918237 or 6499719. OLE color: 6499719.

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

Color convert

RGB 135 45 99 -
CMYK 0 0.67 0.27 0.47
HSL 324º 0.5% 0.35% -
HSV(B) 324º 0.67% 0.53% -
XYZ 13.18 7.93 12.64 -
YUV 78.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 135 45 99 0 0.67 0.27 0.47 324 0.5 0.35
Hex 87 2D 63 0 43 1B 2F 144 32 23
Octal 207 55 143 0 103 33 57 504 62 43
Binary 10000111 101101 1100011 0 1000011 11011 101111 101000100 110010 100011

Color Harmonies of #872D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872D63

Black with #872D63

Text Example


Text Example

White with #872D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,45,99); }

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

background-color css

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

 a { background-color: rgb(135,45,99); }

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

border-color css

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

 span { border-color: rgb(135,45,99); }

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