#9B3D5F

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

Shades of Cadillac #9B3D5F

Tints of Cadillac #9B3D5F

Color information

#9B3D5F (or 0x9B3D5F) is unknown color: approx Cadillac. HEX triplet: 9B, 3D and 5F. RGB value is (155,61,95). Sum of RGB (Red+Green+Blue) = 155+61+95=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3D5F is #64C2A0. Grayscale: #5C5C5C. Windows color (decimal): -6603425 or 6241691. OLE color: 6241691.

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

Color convert

RGB1556195-
CMYK00.610.390.39
HSL338.3º43.52%42.35%-
HSV(B)338.3º60.65%60.78%-
XYZ17.2511.1312.07-
YUV92.98129.14172.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.84%
GREEN value IS 61 (24.22% from 255) = 19.61%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=49.84%
G=19.61%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155619500.610.390.39338.343.5242.35
Hex9B3D5F03D27271522c2a
Octal2337513707547475225452
Binary1001101111110110111110111101100111100111101010010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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