#933D74

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

Shades of Cadillac #933D74

Tints of Cadillac #933D74

Color information

#933D74 (or 0x933D74) is unknown color: approx Cadillac. HEX triplet: 93, 3D and 74. RGB value is (147,61,116). Sum of RGB (Red+Green+Blue) = 147+61+116=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #933D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #933D74 is #6CC28B. Grayscale: #5C5C5C. Windows color (decimal): -7127692 or 7617939. OLE color: 7617939.

HSL color Cylindrical-coordinate representation of color #933D74: hue angle of 321.63º degrees, saturation: 0.41, 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 #933D74 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB14761116-
CMYK00.590.210.42
HSL321.63º41.35%40.78%-
HSV(B)321.63º58.5%57.65%-
XYZ16.8510.817.72-
YUV92.98140.99166.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 61 (24.22% from 255) = 18.83%
BLUE value IS 116 (45.70% from 255) = 35.80%
R=45.37%
G=18.83%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476111600.590.210.42321.6341.3540.78
Hex933D7403B152A1422929
Octal2237516407325525025151
Binary100100111111011110100011101110101101010101000010101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933D74; }

 p { color: rgb(147,61,116); }

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

<style>
 a { background-color: #933D74; }

 a { background-color: rgb(147,61,116); }

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

<style>
 span { border-color: #933D74; }

 span { border-color: rgb(147,61,116); }

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