#88405A

Color #88405A Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #88405A

Tints of Cadillac #88405A

Color information

#88405A (or 0x88405A) is unknown color: approx Cadillac. HEX triplet: 88, 40 and 5A. RGB value is (136,64,90). Sum of RGB (Red+Green+Blue) = 136+64+90=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #88405A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88405A is #77BFA5. Grayscale: #585858. Windows color (decimal): -7847846 or 5914760. OLE color: 5914760.

HSL color Cylindrical-coordinate representation of color #88405A: hue angle of 338.33º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #88405A is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1366490-
CMYK00.530.340.47
HSL338.33º36%39.22%-
HSV(B)338.33º52.94%53.33%-
XYZ13.839.6410.8-
YUV88.49128.85161.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.90%
GREEN value IS 64 (25.39% from 255) = 22.07%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=46.90%
G=22.07%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136649000.530.340.47338.333639.22
Hex88405A035222F1522427
Octal21010013206542575224447
Binary10001000100000010110100110101100010101111101010010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88405A; }

 p { color: rgb(136,64,90); }

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

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

 a { background-color: rgb(136,64,90); }

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

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

 span { border-color: rgb(136,64,90); }

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