#943F5F

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

Shades of Cadillac #943F5F

Tints of Cadillac #943F5F

Color information

#943F5F (or 0x943F5F) is unknown color: approx Cadillac. HEX triplet: 94, 3F and 5F. RGB value is (148,63,95). Sum of RGB (Red+Green+Blue) = 148+63+95=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #943F5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943F5F is #6BC0A0. Grayscale: #5C5C5C. Windows color (decimal): -7061665 or 6242196. OLE color: 6242196.

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

Color convert

RGB1486395-
CMYK00.570.360.42
HSL337.41º40.28%41.37%-
HSV(B)337.41º57.43%58.04%-
XYZ16.0610.6812.04-
YUV92.06129.66167.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.37%
GREEN value IS 63 (25% from 255) = 20.59%
BLUE value IS 95 (37.5% from 255) = 31.05%
R=48.37%
G=20.59%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148639500.570.360.42337.4140.2841.37
Hex943F5F039242A1512829
Octal2247713707144525215051
Binary1001010011111110111110111001100100101010101010001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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