#983F5D

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

Shades of Cadillac #983F5D

Tints of Cadillac #983F5D

Color information

#983F5D (or 0x983F5D) is unknown color: approx Cadillac. HEX triplet: 98, 3F and 5D. RGB value is (152,63,93). Sum of RGB (Red+Green+Blue) = 152+63+93=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #983F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F5D is #67C0A2. Grayscale: #5D5D5D. Windows color (decimal): -6799523 or 6111128. OLE color: 6111128.

HSL color Cylindrical-coordinate representation of color #983F5D: hue angle of 339.78º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983F5D is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1526393-
CMYK00.590.390.40
HSL339.78º41.4%42.16%-
HSV(B)339.78º58.55%59.61%-
XYZ16.711.0211.6-
YUV93.03127.99170.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 63 (25% from 255) = 20.45%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=49.35%
G=20.45%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152639300.590.390.40339.7841.442.16
Hex983F5D03B2728154292a
Octal2307713507347505245152
Binary1001100011111110111010111011100111101000101010100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983F5D; }

 p { color: rgb(152,63,93); }

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

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

 a { background-color: rgb(152,63,93); }

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

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

 span { border-color: rgb(152,63,93); }

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