#92415D

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

Shades of Cadillac #92415D

Tints of Cadillac #92415D

Color information

#92415D (or 0x92415D) is unknown color: approx Cadillac. HEX triplet: 92, 41 and 5D. RGB value is (146,65,93). Sum of RGB (Red+Green+Blue) = 146+65+93=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #92415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92415D is #6DBEA2. Grayscale: #5C5C5C. Windows color (decimal): -7192227 or 6111634. OLE color: 6111634.

HSL color Cylindrical-coordinate representation of color #92415D: hue angle of 339.26º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #92415D is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB1466593-
CMYK00.550.360.43
HSL339.26º38.39%41.37%-
HSV(B)339.26º55.48%57.25%-
XYZ15.7210.6811.59-
YUV92.41128.34166.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.03%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=48.03%
G=21.38%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146659300.550.360.43339.2638.3941.37
Hex92415D037242B1532629
Octal22210113506744535234651
Binary10010010100000110111010110111100100101011101010011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92415D; }

 p { color: rgb(146,65,93); }

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

<style>
 a { background-color: #92415D; }

 a { background-color: rgb(146,65,93); }

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

<style>
 span { border-color: #92415D; }

 span { border-color: rgb(146,65,93); }

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