#943D5A

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

Shades of Cadillac #943D5A

Tints of Cadillac #943D5A

Color information

#943D5A (or 0x943D5A) is unknown color: approx Cadillac. HEX triplet: 94, 3D and 5A. RGB value is (148,61,90). Sum of RGB (Red+Green+Blue) = 148+61+90=299 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.50% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 148 - color contains mainly: red. Hex color #943D5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943D5A is #6BC2A5. Grayscale: #5A5A5A. Windows color (decimal): -7062182 or 5914004. OLE color: 5914004.

HSL color Cylindrical-coordinate representation of color #943D5A: hue angle of 340º 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 #943D5A is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1486190-
CMYK00.590.390.42
HSL340º41.63%40.98%-
HSV(B)340º58.78%58.04%-
XYZ15.7310.3710.85-
YUV90.32127.82169.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.50%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=49.50%
G=20.40%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148619000.590.390.4234041.6340.98
Hex943D5A03B272A1542a29
Octal2247513207347525245251
Binary1001010011110110110100111011100111101010101010100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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