Html Css Color HEX #872953 Rose Bud Cherry

📋 copy color: '#872953'

red 135 ◦ green 41 ◦ blue 83

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

Shades of Rose Bud Cherry #872953

Tints of Rose Bud Cherry #872953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.05%

R = 52.12%
G = 15.83%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#872953 (or 0x872953) is known color: Rose Bud Cherry. HEX triplet: 87, 29 and 53. RGB value is (135,41,83). Sum of RGB (Red+Green+Blue) = 135+41+83=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #872953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872953 is #78D6AC. Grayscale: #494949. Windows color (decimal): -7919277 or 5450119. OLE color: 5450119.

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

Color convert

RGB 135 41 83 -
CMYK 0 0.70 0.39 0.47
HSL 333.19º 0.53% 0.35% -
HSV(B) 333.19º 0.7% 0.53% -
XYZ 12.35 7.36 8.95 -
YUV 73.89 133.14 171.58 -
System Red Green Blue C M Y K H S L
Decimal 135 41 83 0 0.70 0.39 0.47 333.19 0.53 0.35
Hex 87 29 53 0 46 27 2F 14D 35 23
Octal 207 51 123 0 106 47 57 515 65 43
Binary 10000111 101001 1010011 0 1000110 100111 101111 101001101 110101 100011

Color Harmonies of #872953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872953

Black with #872953

Text Example


Text Example

White with #872953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872953; }

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

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

background-color css

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

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

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

border-color css

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

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

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