#9B4D58

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

Shades of Cadillac #9B4D58

Tints of Cadillac #9B4D58

Color information

#9B4D58 (or 0x9B4D58) is unknown color: approx Cadillac. HEX triplet: 9B, 4D and 58. RGB value is (155,77,88). Sum of RGB (Red+Green+Blue) = 155+77+88=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D58 is #64B2A7. Grayscale: #656565. Windows color (decimal): -6599336 or 5787035. OLE color: 5787035.

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

Color convert

RGB1557788-
CMYK00.500.430.39
HSL351.54º33.62%45.49%-
HSV(B)351.54º50.32%60.78%-
XYZ17.9312.9810.79-
YUV101.58120.34166.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.44%
GREEN value IS 77 (30.47% from 255) = 24.06%
BLUE value IS 88 (34.77% from 255) = 27.5%
R=48.44%
G=24.06%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155778800.500.430.39351.5433.6245.49
Hex9B4D580322B27160222d
Octal23311513006253475404255
Binary10011011100110110110000110010101011100111101100000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,77,88); }

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

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

 a { background-color: rgb(155,77,88); }

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

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

 span { border-color: rgb(155,77,88); }

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