#89415B

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

Shades of Cadillac #89415B

Tints of Cadillac #89415B

Color information

#89415B (or 0x89415B) is unknown color: approx Cadillac. HEX triplet: 89, 41 and 5B. RGB value is (137,65,91). Sum of RGB (Red+Green+Blue) = 137+65+91=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #89415B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89415B is #76BEA4. Grayscale: #595959. Windows color (decimal): -7782053 or 5980553. OLE color: 5980553.

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

Color convert

RGB1376591-
CMYK00.530.340.46
HSL338.33º35.64%39.61%-
HSV(B)338.33º52.55%53.73%-
XYZ14.19.8511.06-
YUV89.49128.85161.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.76%
GREEN value IS 65 (25.78% from 255) = 22.18%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=46.76%
G=22.18%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137659100.530.340.46338.3335.6439.61
Hex89415B035222E1522428
Octal21110113306542565224450
Binary10001001100000110110110110101100010101110101010010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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