#92475d

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

Shades of Cadillac #92475D

Tints of Cadillac #92475D

Color information

#92475D (or 0x92475D) is unknown color: approx Cadillac. HEX triplet: 92, 47 and 5D. RGB value is (146,71,93). Sum of RGB (Red+Green+Blue) = 146+71+93=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #92475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92475D is #6DB8A2. Grayscale: #5F5F5F. Windows color (decimal): -7190691 or 6113170. OLE color: 6113170.

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

Color convert

RGB1467193-
CMYK00.510.360.43
HSL342.4º34.56%42.55%-
HSV(B)342.4º51.37%57.25%-
XYZ16.0811.4111.71-
YUV95.93126.35163.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.10%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 93 (36.72% from 255) = 30%
R=47.10%
G=22.90%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146719300.510.360.43342.434.5642.55
Hex92475D033242B156232b
Octal22210713506344535264353
Binary10010010100011110111010110011100100101011101010110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92475d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92475d; }

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

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

<style>
 a { background-color: #92475d; }

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

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

<style>
 span { border-color: #92475d; }

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

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