#993961

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

Shades of Cadillac #993961

Tints of Cadillac #993961

Color information

#993961 (or 0x993961) is unknown color: approx Cadillac. HEX triplet: 99, 39 and 61. RGB value is (153,57,97). Sum of RGB (Red+Green+Blue) = 153+57+97=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #993961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993961 is #66C69E. Grayscale: #5A5A5A. Windows color (decimal): -6735519 or 6371737. OLE color: 6371737.

HSL color Cylindrical-coordinate representation of color #993961: hue angle of 335º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993961 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB1535797-
CMYK00.630.370.4
HSL335º45.71%41.18%-
HSV(B)335º62.75%60%-
XYZ16.7610.5612.46-
YUV90.26131.8172.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=49.84%
G=18.57%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153579700.630.370.433545.7141.18
Hex99396103F252814f2e29
Octal2317114107745505175651
Binary1001100111100111000010111111100101101000101001111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993961; }

 p { color: rgb(153,57,97); }

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

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

 a { background-color: rgb(153,57,97); }

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

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

 span { border-color: rgb(153,57,97); }

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