#983961

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

Shades of Cadillac #983961

Tints of Cadillac #983961

Color information

#983961 (or 0x983961) is unknown color: approx Cadillac. HEX triplet: 98, 39 and 61. RGB value is (152,57,97). Sum of RGB (Red+Green+Blue) = 152+57+97=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #983961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983961 is #67C69E. Grayscale: #595959. Windows color (decimal): -6801055 or 6371736. OLE color: 6371736.

HSL color Cylindrical-coordinate representation of color #983961: hue angle of 334.74º 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 #983961 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB1525797-
CMYK00.620.360.40
HSL334.74º45.45%40.98%-
HSV(B)334.74º62.5%59.61%-
XYZ16.5710.4612.46-
YUV89.96131.97172.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 57 (22.66% from 255) = 18.63%
BLUE value IS 97 (38.28% from 255) = 31.70%
R=49.67%
G=18.63%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152579700.620.360.40334.7445.4540.98
Hex98396103E242814f2d29
Octal2307114107644505175551
Binary1001100011100111000010111110100100101000101001111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983961; }

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

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

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

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

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

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

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

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