#9b4763

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

Shades of Cadillac #9B4763

Tints of Cadillac #9B4763

Color information

#9B4763 (or 0x9B4763) is unknown color: approx Cadillac. HEX triplet: 9B, 47 and 63. RGB value is (155,71,99). Sum of RGB (Red+Green+Blue) = 155+71+99=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4763 is #64B89C. Grayscale: #636363. Windows color (decimal): -6600861 or 6506395. OLE color: 6506395.

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

Color convert

RGB1557199-
CMYK00.540.360.39
HSL340º37.17%44.31%-
HSV(B)340º54.19%60.78%-
XYZ18.0212.3813.24-
YUV99.31127.83167.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.69%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 99 (39.06% from 255) = 30.46%
R=47.69%
G=21.85%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155719900.540.360.3934037.1744.31
Hex9B47630362427154252c
Octal23310714306644475244554
Binary10011011100011111000110110110100100100111101010100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b4763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,71,99); }

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

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

 a { background-color: rgb(155,71,99); }

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

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

 span { border-color: rgb(155,71,99); }

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