#92475B

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

Shades of Cadillac #92475B

Tints of Cadillac #92475B

Color information

#92475B (or 0x92475B) is unknown color: approx Cadillac. HEX triplet: 92, 47 and 5B. RGB value is (146,71,91). Sum of RGB (Red+Green+Blue) = 146+71+91=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #92475B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92475B is #6DB8A4. Grayscale: #5F5F5F. Windows color (decimal): -7190693 or 5982098. OLE color: 5982098.

HSL color Cylindrical-coordinate representation of color #92475B: hue angle of 344º 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 #92475B is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB1467191-
CMYK00.510.380.43
HSL344º34.56%42.55%-
HSV(B)344º51.37%57.25%-
XYZ1611.3711.25-
YUV95.7125.35163.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=47.40%
G=23.05%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146719100.510.380.4334434.5642.55
Hex92475B033262B158232b
Octal22210713306346535304353
Binary10010010100011110110110110011100110101011101011000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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