#92425B

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

Shades of Cadillac #92425B

Tints of Cadillac #92425B

Color information

#92425B (or 0x92425B) is unknown color: approx Cadillac. HEX triplet: 92, 42 and 5B. RGB value is (146,66,91). Sum of RGB (Red+Green+Blue) = 146+66+91=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #92425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92425B is #6DBDA4. Grayscale: #5C5C5C. Windows color (decimal): -7191973 or 5980818. OLE color: 5980818.

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

Color convert

RGB1466691-
CMYK00.550.380.43
HSL341.25º37.74%41.57%-
HSV(B)341.25º54.79%57.25%-
XYZ15.6910.7611.15-
YUV92.77127165.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.18%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=48.18%
G=21.78%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146669100.550.380.43341.2537.7441.57
Hex92425B037262B155262a
Octal22210213306746535254652
Binary10010010100001010110110110111100110101011101010101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,66,91); }

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

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

 a { background-color: rgb(146,66,91); }

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

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

 span { border-color: rgb(146,66,91); }

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