#92386D

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

Shades of Cadillac #92386D

Tints of Cadillac #92386D

Color information

#92386D (or 0x92386D) is unknown color: approx Cadillac. HEX triplet: 92, 38 and 6D. RGB value is (146,56,109). Sum of RGB (Red+Green+Blue) = 146+56+109=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #92386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92386D is #6DC792. Grayscale: #585858. Windows color (decimal): -7194515 or 7157906. OLE color: 7157906.

HSL color Cylindrical-coordinate representation of color #92386D: hue angle of 324.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92386D is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14656109-
CMYK00.620.250.43
HSL324.67º44.55%39.61%-
HSV(B)324.67º61.64%57.25%-
XYZ16.0310.0415.56-
YUV88.95139.32168.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.95%
GREEN value IS 56 (22.27% from 255) = 18.01%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=46.95%
G=18.01%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1465610900.620.250.43324.6744.5539.61
Hex92386D03E192B1452d28
Octal2227015507631535055550
Binary100100101110001101101011111011001101011101000101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,56,109); }

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

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

 a { background-color: rgb(146,56,109); }

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

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

 span { border-color: rgb(146,56,109); }

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