#88415B

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

Shades of Cadillac #88415B

Tints of Cadillac #88415B

Color information

#88415B (or 0x88415B) is unknown color: approx Cadillac. HEX triplet: 88, 41 and 5B. RGB value is (136,65,91). Sum of RGB (Red+Green+Blue) = 136+65+91=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #88415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88415B is #77BEA4. Grayscale: #595959. Windows color (decimal): -7847589 or 5980552. OLE color: 5980552.

HSL color Cylindrical-coordinate representation of color #88415B: hue angle of 338.03º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #88415B is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1366591-
CMYK00.520.330.47
HSL338.03º35.32%39.41%-
HSV(B)338.03º52.21%53.33%-
XYZ13.939.7711.05-
YUV89.19129.02161.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.58%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 91 (35.94% from 255) = 31.16%
R=46.58%
G=22.26%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136659100.520.330.47338.0335.3239.41
Hex88415B034212F1522327
Octal21010113306441575224347
Binary10001000100000110110110110100100001101111101010010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88415B; }

 p { color: rgb(136,65,91); }

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

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

 a { background-color: rgb(136,65,91); }

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

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

 span { border-color: rgb(136,65,91); }

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