#91425C

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

Shades of Cadillac #91425C

Tints of Cadillac #91425C

Color information

#91425C (or 0x91425C) is unknown color: approx Cadillac. HEX triplet: 91, 42 and 5C. RGB value is (145,66,92). Sum of RGB (Red+Green+Blue) = 145+66+92=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #91425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #91425C is #6EBDA3. Grayscale: #5C5C5C. Windows color (decimal): -7257508 or 6046353. OLE color: 6046353.

HSL color Cylindrical-coordinate representation of color #91425C: hue angle of 340.25º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #91425C is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB1456692-
CMYK00.540.370.43
HSL340.25º37.44%41.37%-
HSV(B)340.25º54.48%56.86%-
XYZ15.5610.6911.37-
YUV92.58127.67165.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.85%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=47.85%
G=21.78%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145669200.540.370.43340.2537.4441.37
Hex91425C036252B1542529
Octal22110213406645535244551
Binary10010001100001010111000110110100101101011101010100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,66,92); }

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

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

 a { background-color: rgb(145,66,92); }

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

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

 span { border-color: rgb(145,66,92); }

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