#943D58

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

Shades of Cadillac #943D58

Tints of Cadillac #943D58

Color information

#943D58 (or 0x943D58) is unknown color: approx Cadillac. HEX triplet: 94, 3D and 58. RGB value is (148,61,88). Sum of RGB (Red+Green+Blue) = 148+61+88=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #943D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943D58 is #6BC2A7. Grayscale: #5A5A5A. Windows color (decimal): -7062184 or 5782932. OLE color: 5782932.

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

Color convert

RGB1486188-
CMYK00.590.410.42
HSL341.38º41.63%40.98%-
HSV(B)341.38º58.78%58.04%-
XYZ15.6410.3410.4-
YUV90.09126.82169.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 61 (24.22% from 255) = 20.54%
BLUE value IS 88 (34.77% from 255) = 29.63%
R=49.83%
G=20.54%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148618800.590.410.42341.3841.6340.98
Hex943D5803B292A1552a29
Octal2247513007351525255251
Binary1001010011110110110000111011101001101010101010101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943D58; }

 p { color: rgb(148,61,88); }

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

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

 a { background-color: rgb(148,61,88); }

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

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

 span { border-color: rgb(148,61,88); }

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