#9B445F

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

Shades of Cadillac #9B445F

Tints of Cadillac #9B445F

Color information

#9B445F (or 0x9B445F) is unknown color: approx Cadillac. HEX triplet: 9B, 44 and 5F. RGB value is (155,68,95). Sum of RGB (Red+Green+Blue) = 155+68+95=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B445F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B445F is #64BBA0. Grayscale: #616161. Windows color (decimal): -6601633 or 6243483. OLE color: 6243483.

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

Color convert

RGB1556895-
CMYK00.560.390.39
HSL341.38º39.01%43.73%-
HSV(B)341.38º56.13%60.78%-
XYZ17.6511.9312.2-
YUV97.09126.82169.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.74%
GREEN value IS 68 (26.95% from 255) = 21.38%
BLUE value IS 95 (37.5% from 255) = 29.87%
R=48.74%
G=21.38%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155689500.560.390.39341.3839.0143.73
Hex9B445F0382727155272c
Octal23310413707047475254754
Binary10011011100010010111110111000100111100111101010101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,68,95); }

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

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

 a { background-color: rgb(155,68,95); }

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

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

 span { border-color: rgb(155,68,95); }

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