Html Css Color HEX #881253 Rose Bud Cherry

📋 copy color: '#881253'

red 136 ◦ green 18 ◦ blue 83

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

Shades of Rose Bud Cherry #881253

Tints of Rose Bud Cherry #881253

RGB

 RED value IS 136 (53.52% from 255) = 57.38%

 GREEN value IS 18 (7.42% from 255) = 7.59%

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

R = 57.38%
G = 7.59%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#881253 (or 0x881253) is known color: Rose Bud Cherry. HEX triplet: 88, 12 and 53. RGB value is (136,18,83). Sum of RGB (Red+Green+Blue) = 136+18+83=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #881253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881253 is #77EDAC. Grayscale: #3C3C3C. Windows color (decimal): -7859629 or 5444232. OLE color: 5444232.

HSL color Cylindrical-coordinate representation of color #881253: hue angle of 326.95º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881253 is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 18 83 -
CMYK 0 0.87 0.39 0.47
HSL 326.95º 0.77% 0.3% -
HSV(B) 326.95º 0.87% 0.53% -
XYZ 11.93 6.29 8.77 -
YUV 60.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 136 18 83 0 0.87 0.39 0.47 326.95 0.77 0.3
Hex 88 12 53 0 57 27 2F 147 4D 1E
Octal 210 22 123 0 127 47 57 507 115 36
Binary 10001000 10010 1010011 0 1010111 100111 101111 101000111 1001101 11110

Color Harmonies of #881253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881253

Black with #881253

Text Example


Text Example

White with #881253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881253; }

 p { color: rgb(136,18,83); }

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

background-color css

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

 a { background-color: rgb(136,18,83); }

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

border-color css

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

 span { border-color: rgb(136,18,83); }

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