#93426B

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

Shades of Cadillac #93426B

Tints of Cadillac #93426B

Color information

#93426B (or 0x93426B) is unknown color: approx Cadillac. HEX triplet: 93, 42 and 6B. RGB value is (147,66,107). Sum of RGB (Red+Green+Blue) = 147+66+107=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93426B is #6CBD94. Grayscale: #5E5E5E. Windows color (decimal): -7126421 or 7029395. OLE color: 7029395.

HSL color Cylindrical-coordinate representation of color #93426B: hue angle of 329.63º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #93426B is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14766107-
CMYK00.550.270.42
HSL329.63º38.03%41.76%-
HSV(B)329.63º55.1%57.65%-
XYZ16.6311.1615.19-
YUV94.89134.84165.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 66 (26.17% from 255) = 20.62%
BLUE value IS 107 (42.19% from 255) = 33.44%
R=45.94%
G=20.62%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476610700.550.270.42329.6338.0341.76
Hex93426B0371B2A14a262a
Octal22310215306733525124652
Binary1001001110000101101011011011111011101010101001010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,66,107); }

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

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

 a { background-color: rgb(147,66,107); }

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

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

 span { border-color: rgb(147,66,107); }

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