Html Css Color HEX #872F5A Rose Bud Cherry

📋 copy color: '#872F5A'

red 135 ◦ green 47 ◦ blue 90

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

Shades of Rose Bud Cherry #872F5A

Tints of Rose Bud Cherry #872F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.09%

R = 49.63%
G = 17.28%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#872F5A (or 0x872F5A) is known color: Rose Bud Cherry. HEX triplet: 87, 2F and 5A. RGB value is (135,47,90). Sum of RGB (Red+Green+Blue) = 135+47+90=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #872F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872F5A is #78D0A5. Grayscale: #4E4E4E. Windows color (decimal): -7917734 or 5910407. OLE color: 5910407.

HSL color Cylindrical-coordinate representation of color #872F5A: hue angle of 330.68º 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 #872F5A is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 47 90 -
CMYK 0 0.65 0.33 0.47
HSL 330.68º 0.48% 0.36% -
HSV(B) 330.68º 0.65% 0.53% -
XYZ 12.85 7.92 10.52 -
YUV 78.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 135 47 90 0 0.65 0.33 0.47 330.68 0.48 0.36
Hex 87 2F 5A 0 41 21 2F 14B 30 24
Octal 207 57 132 0 101 41 57 513 60 44
Binary 10000111 101111 1011010 0 1000001 100001 101111 101001011 110000 100100

Color Harmonies of #872F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872F5A

Black with #872F5A

Text Example


Text Example

White with #872F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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