#9B4D5A

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

Shades of Cadillac #9B4D5A

Tints of Cadillac #9B4D5A

Color information

#9B4D5A (or 0x9B4D5A) is unknown color: approx Cadillac. HEX triplet: 9B, 4D and 5A. RGB value is (155,77,90). Sum of RGB (Red+Green+Blue) = 155+77+90=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D5A is #64B2A5. Grayscale: #656565. Windows color (decimal): -6599334 or 5918107. OLE color: 5918107.

HSL color Cylindrical-coordinate representation of color #9B4D5A: hue angle of 350º 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 #9B4D5A is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB1557790-
CMYK00.500.420.39
HSL350º33.62%45.49%-
HSV(B)350º50.32%60.78%-
XYZ18.0213.0111.24-
YUV101.8121.34165.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 77 (30.47% from 255) = 23.91%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=48.14%
G=23.91%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155779000.500.420.3935033.6245.49
Hex9B4D5A0322A2715e222d
Octal23311513206252475364255
Binary10011011100110110110100110010101010100111101011110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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