#983A5E

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

Shades of Cadillac #983A5E

Tints of Cadillac #983A5E

Color information

#983A5E (or 0x983A5E) is unknown color: approx Cadillac. HEX triplet: 98, 3A and 5E. RGB value is (152,58,94). Sum of RGB (Red+Green+Blue) = 152+58+94=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #983A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983A5E is #67C5A1. Grayscale: #5A5A5A. Windows color (decimal): -6800802 or 6175384. OLE color: 6175384.

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

Color convert

RGB1525894-
CMYK00.620.380.40
HSL337.02º44.76%41.18%-
HSV(B)337.02º61.84%59.61%-
XYZ16.4810.5111.75-
YUV90.21130.14172.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 94 (37.11% from 255) = 30.92%
R=50%
G=19.08%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152589400.620.380.40337.0244.7641.18
Hex983A5E03E26281512d29
Octal2307213607646505215551
Binary1001100011101010111100111110100110101000101010001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,58,94); }

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

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

 a { background-color: rgb(152,58,94); }

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

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

 span { border-color: rgb(152,58,94); }

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