#9B4565

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

Shades of Cadillac #9B4565

Tints of Cadillac #9B4565

Color information

#9B4565 (or 0x9B4565) is unknown color: approx Cadillac. HEX triplet: 9B, 45 and 65. RGB value is (155,69,101). Sum of RGB (Red+Green+Blue) = 155+69+101=325 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.69% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4565 is #64BA9A. Grayscale: #626262. Windows color (decimal): -6601371 or 6636955. OLE color: 6636955.

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

Color convert

RGB15569101-
CMYK00.550.350.39
HSL337.67º38.39%43.92%-
HSV(B)337.67º55.48%60.78%-
XYZ17.9912.1613.71-
YUV98.36129.49168.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.69%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 101 (39.84% from 255) = 31.08%
R=47.69%
G=21.23%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556910100.550.350.39337.6738.3943.92
Hex9B45650372327152262c
Octal23310514506743475224654
Binary10011011100010111001010110111100011100111101010010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,69,101); }

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

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

 a { background-color: rgb(155,69,101); }

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

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

 span { border-color: rgb(155,69,101); }

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