Html Css Color HEX #872F64 Rose Bud Cherry

📋 copy color: '#872F64'

red 135 ◦ green 47 ◦ blue 100

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

Shades of Rose Bud Cherry #872F64

Tints of Rose Bud Cherry #872F64

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.67%

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

R = 47.87%
G = 16.67%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#872F64 (or 0x872F64) is known color: Rose Bud Cherry. HEX triplet: 87, 2F and 64. RGB value is (135,47,100). Sum of RGB (Red+Green+Blue) = 135+47+100=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #872F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872F64 is #78D09B. Grayscale: #4F4F4F. Windows color (decimal): -7917724 or 6565767. OLE color: 6565767.

HSL color Cylindrical-coordinate representation of color #872F64: hue angle of 323.86º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #872F64 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 47 100 -
CMYK 0 0.65 0.26 0.47
HSL 323.86º 0.48% 0.36% -
HSV(B) 323.86º 0.65% 0.53% -
XYZ 13.31 8.1 12.92 -
YUV 79.35 139.65 167.69 -
System Red Green Blue C M Y K H S L
Decimal 135 47 100 0 0.65 0.26 0.47 323.86 0.48 0.36
Hex 87 2F 64 0 41 1A 2F 144 30 24
Octal 207 57 144 0 101 32 57 504 60 44
Binary 10000111 101111 1100100 0 1000001 11010 101111 101000100 110000 100100

Color Harmonies of #872F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872F64

Black with #872F64

Text Example


Text Example

White with #872F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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