#9B3D5C

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

Shades of Cadillac #9B3D5C

Tints of Cadillac #9B3D5C

Color information

#9B3D5C (or 0x9B3D5C) is unknown color: approx Cadillac. HEX triplet: 9B, 3D and 5C. RGB value is (155,61,92). Sum of RGB (Red+Green+Blue) = 155+61+92=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3D5C is #64C2A3. Grayscale: #5C5C5C. Windows color (decimal): -6603428 or 6045083. OLE color: 6045083.

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

Color convert

RGB1556192-
CMYK00.610.410.39
HSL340.21º43.52%42.35%-
HSV(B)340.21º60.65%60.78%-
XYZ17.1211.0811.36-
YUV92.64127.64172.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50.32%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 92 (36.33% from 255) = 29.87%
R=50.32%
G=19.81%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155619200.610.410.39340.2143.5242.35
Hex9B3D5C03D29271542c2a
Octal2337513407551475245452
Binary1001101111110110111000111101101001100111101010100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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