#943F5B

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

Shades of Cadillac #943F5B

Tints of Cadillac #943F5B

Color information

#943F5B (or 0x943F5B) is unknown color: approx Cadillac. HEX triplet: 94, 3F and 5B. RGB value is (148,63,91). Sum of RGB (Red+Green+Blue) = 148+63+91=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #943F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943F5B is #6BC0A4. Grayscale: #5B5B5B. Windows color (decimal): -7061669 or 5980052. OLE color: 5980052.

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

Color convert

RGB1486391-
CMYK00.570.390.42
HSL340.24º40.28%41.37%-
HSV(B)340.24º57.43%58.04%-
XYZ15.8810.6111.11-
YUV91.61127.66168.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.01%
GREEN value IS 63 (25% from 255) = 20.86%
BLUE value IS 91 (35.94% from 255) = 30.13%
R=49.01%
G=20.86%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148639100.570.390.42340.2440.2841.37
Hex943F5B039272A1542829
Octal2247713307147525245051
Binary1001010011111110110110111001100111101010101010100101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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