#881F5C

Color #881F5C Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #881F5C

Tints of Rose Bud Cherry #881F5C

Color information

#881F5C (or 0x881F5C) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 1F and 5C. RGB value is (136,31,92). Sum of RGB (Red+Green+Blue) = 136+31+92=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #881F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881F5C is #77E0A3. Grayscale: #454545. Windows color (decimal): -7856292 or 6037384. OLE color: 6037384.

HSL color Cylindrical-coordinate representation of color #881F5C: hue angle of 325.14º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #881F5C is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1363192-
CMYK00.770.320.47
HSL325.14º62.87%32.75%-
HSV(B)325.14º77.21%53.33%-
XYZ12.586.9910.81-
YUV69.35140.79175.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 31 (12.5% from 255) = 11.97%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=52.51%
G=11.97%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136319200.770.320.47325.1462.8732.75
Hex881F5C04D202F1453f21
Octal21037134011540575057741
Binary1000100011111101110001001101100000101111101000101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881F5C; }

 p { color: rgb(136,31,92); }

 H1.HeaderClassName
 {
   color: #881F5C;
 }
 .AnyTagClassName
 {
   color: #881F5C;
 }
</style>
background-color css

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

 a { background-color: rgb(136,31,92); }

 div.DivClassName
 {
   background-color: #881F5C;
 }
 .BgClassName
 {
   background-color: #881F5C;
 }
</style>
border-color css

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

 span { border-color: rgb(136,31,92); }

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