#88164C

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

Shades of Rose Bud Cherry #88164C

Tints of Rose Bud Cherry #88164C

Color information

#88164C (or 0x88164C) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 16 and 4C. RGB value is (136,22,76). Sum of RGB (Red+Green+Blue) = 136+22+76=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #88164C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88164C is #77E9B3. Grayscale: #3E3E3E. Windows color (decimal): -7858612 or 4986504. OLE color: 4986504.

HSL color Cylindrical-coordinate representation of color #88164C: hue angle of 331.58º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #88164C is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1362276-
CMYK00.840.440.47
HSL331.58º72.15%30.98%-
HSV(B)331.58º83.82%53.33%-
XYZ11.746.337.44-
YUV62.24135.77180.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.12%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 76 (30.08% from 255) = 32.48%
R=58.12%
G=9.40%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136227600.840.440.47331.5872.1530.98
Hex88164C0542C2F14c481f
Octal210261140124545751411037
Binary1000100010110100110001010100101100101111101001100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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