#88134C

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

Shades of Rose Bud Cherry #88134C

Tints of Rose Bud Cherry #88134C

Color information

#88134C (or 0x88134C) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 13 and 4C. RGB value is (136,19,76). Sum of RGB (Red+Green+Blue) = 136+19+76=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #88134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88134C is #77ECB3. Grayscale: #3C3C3C. Windows color (decimal): -7859380 or 4985736. OLE color: 4985736.

HSL color Cylindrical-coordinate representation of color #88134C: hue angle of 330.77º 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 #88134C is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1361976-
CMYK00.860.440.47
HSL330.77º75.48%30.39%-
HSV(B)330.77º86.03%53.33%-
XYZ11.696.227.42-
YUV60.48136.76181.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.87%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=58.87%
G=8.23%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136197600.860.440.47330.7775.4830.39
Hex88134C0562C2F14b4b1e
Octal210231140126545751311336
Binary1000100010011100110001010110101100101111101001011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88134C; }

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

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

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

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

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

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

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

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