Html Css Color HEX #872B5D Rose Bud Cherry

📋 copy color: '#872B5D'

red 135 ◦ green 43 ◦ blue 93

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

Shades of Rose Bud Cherry #872B5D

Tints of Rose Bud Cherry #872B5D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.87%

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 49.82%
G = 15.87%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#872B5D (or 0x872B5D) is known color: Rose Bud Cherry. HEX triplet: 87, 2B and 5D. RGB value is (135,43,93). Sum of RGB (Red+Green+Blue) = 135+43+93=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #872B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872B5D is #78D4A2. Grayscale: #4C4C4C. Windows color (decimal): -7918755 or 6105991. OLE color: 6105991.

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

Color convert

RGB 135 43 93 -
CMYK 0 0.68 0.31 0.47
HSL 327.39º 0.52% 0.35% -
HSV(B) 327.39º 0.68% 0.53% -
XYZ 12.83 7.67 11.16 -
YUV 76.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 135 43 93 0 0.68 0.31 0.47 327.39 0.52 0.35
Hex 87 2B 5D 0 44 1F 2F 147 34 23
Octal 207 53 135 0 104 37 57 507 64 43
Binary 10000111 101011 1011101 0 1000100 11111 101111 101000111 110100 100011

Color Harmonies of #872B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872B5D

Black with #872B5D

Text Example


Text Example

White with #872B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,43,93); }

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

background-color css

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

 a { background-color: rgb(135,43,93); }

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

border-color css

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

 span { border-color: rgb(135,43,93); }

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