#943F5D

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

Shades of Cadillac #943F5D

Tints of Cadillac #943F5D

Color information

#943F5D (or 0x943F5D) is unknown color: approx Cadillac. HEX triplet: 94, 3F and 5D. RGB value is (148,63,93). Sum of RGB (Red+Green+Blue) = 148+63+93=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #943F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943F5D is #6BC0A2. Grayscale: #5B5B5B. Windows color (decimal): -7061667 or 6111124. OLE color: 6111124.

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

Color convert

RGB1486393-
CMYK00.570.370.42
HSL338.82º40.28%41.37%-
HSV(B)338.82º57.43%58.04%-
XYZ15.9710.6411.57-
YUV91.84128.66168.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 63 (25% from 255) = 20.72%
BLUE value IS 93 (36.72% from 255) = 30.59%
R=48.68%
G=20.72%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148639300.570.370.42338.8240.2841.37
Hex943F5D039252A1532829
Octal2247713507145525235051
Binary1001010011111110111010111001100101101010101010011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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