#881D5C

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

Shades of Rose Bud Cherry #881D5C

Tints of Rose Bud Cherry #881D5C

Color information

#881D5C (or 0x881D5C) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 1D and 5C. RGB value is (136,29,92). Sum of RGB (Red+Green+Blue) = 136+29+92=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #881D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881D5C is #77E2A3. Grayscale: #444444. Windows color (decimal): -7856804 or 6036872. OLE color: 6036872.

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

Color convert

RGB1362992-
CMYK00.790.320.47
HSL324.67º64.85%32.35%-
HSV(B)324.67º78.68%53.33%-
XYZ12.526.8910.79-
YUV68.18141.45176.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 29 (11.72% from 255) = 11.28%
BLUE value IS 92 (36.33% from 255) = 35.80%
R=52.92%
G=11.28%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136299200.790.320.47324.6764.8532.35
Hex881D5C04F202F1454120
Octal210351340117405750510140
Binary10001000111011011100010011111000001011111010001011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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