#881350

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

Shades of Rose Bud Cherry #881350

Tints of Rose Bud Cherry #881350

Color information

#881350 (or 0x881350) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 13 and 50. RGB value is (136,19,80). Sum of RGB (Red+Green+Blue) = 136+19+80=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #881350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881350 is #77ECAF. Grayscale: #3C3C3C. Windows color (decimal): -7859376 or 5247880. OLE color: 5247880.

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

Color convert

RGB1361980-
CMYK00.860.410.47
HSL328.72º75.48%30.39%-
HSV(B)328.72º86.03%53.33%-
XYZ11.836.288.18-
YUV60.94138.76181.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.87%
GREEN value IS 19 (7.81% from 255) = 8.09%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=57.87%
G=8.09%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136198000.860.410.47328.7275.4830.39
Hex881350056292F1494b1e
Octal210231200126515751111336
Binary1000100010011101000001010110101001101111101001001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881350; }

 p { color: rgb(136,19,80); }

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

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

 a { background-color: rgb(136,19,80); }

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

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

 span { border-color: rgb(136,19,80); }

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