#9B4A59

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

Shades of Cadillac #9B4A59

Tints of Cadillac #9B4A59

Color information

#9B4A59 (or 0x9B4A59) is unknown color: approx Cadillac. HEX triplet: 9B, 4A and 59. RGB value is (155,74,89). Sum of RGB (Red+Green+Blue) = 155+74+89=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4A59 is #64B5A6. Grayscale: #636363. Windows color (decimal): -6600103 or 5851803. OLE color: 5851803.

HSL color Cylindrical-coordinate representation of color #9B4A59: hue angle of 348.89º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B4A59 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB1557489-
CMYK00.520.430.39
HSL348.89º35.37%44.9%-
HSV(B)348.89º52.26%60.78%-
XYZ17.7712.5910.94-
YUV99.93121.84167.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.74%
GREEN value IS 74 (29.30% from 255) = 23.27%
BLUE value IS 89 (35.16% from 255) = 27.99%
R=48.74%
G=23.27%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155748900.520.430.39348.8935.3744.9
Hex9B4A590342B2715d232d
Octal23311213106453475354355
Binary10011011100101010110010110100101011100111101011101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B4A59; }

 p { color: rgb(155,74,89); }

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

<style>
 a { background-color: #9B4A59; }

 a { background-color: rgb(155,74,89); }

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

<style>
 span { border-color: #9B4A59; }

 span { border-color: rgb(155,74,89); }

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