#9B4959

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

Shades of Cadillac #9B4959

Tints of Cadillac #9B4959

Color information

#9B4959 (or 0x9B4959) is unknown color: approx Cadillac. HEX triplet: 9B, 49 and 59. RGB value is (155,73,89). Sum of RGB (Red+Green+Blue) = 155+73+89=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4959 is #64B6A6. Grayscale: #636363. Windows color (decimal): -6600359 or 5851547. OLE color: 5851547.

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

Color convert

RGB1557389-
CMYK00.530.430.39
HSL348.29º35.96%44.71%-
HSV(B)348.29º52.9%60.78%-
XYZ17.712.4510.92-
YUV99.34122.17167.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.90%
GREEN value IS 73 (28.91% from 255) = 23.03%
BLUE value IS 89 (35.16% from 255) = 28.08%
R=48.90%
G=23.03%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155738900.530.430.39348.2935.9644.71
Hex9B49590352B2715c242d
Octal23311113106553475344455
Binary10011011100100110110010110101101011100111101011100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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