#934375

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

Shades of Cadillac #934375

Tints of Cadillac #934375

Color information

#934375 (or 0x934375) is unknown color: approx Cadillac. HEX triplet: 93, 43 and 75. RGB value is (147,67,117). Sum of RGB (Red+Green+Blue) = 147+67+117=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #934375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934375 is #6CBC8A. Grayscale: #606060. Windows color (decimal): -7126155 or 7685011. OLE color: 7685011.

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

Color convert

RGB14767117-
CMYK00.540.200.42
HSL322.5º37.38%41.96%-
HSV(B)322.5º54.42%57.65%-
XYZ17.2511.518.14-
YUV96.62139.5163.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.41%
GREEN value IS 67 (26.56% from 255) = 20.24%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=44.41%
G=20.24%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1476711700.540.200.42322.537.3841.96
Hex934375036142A142252a
Octal22310316506624525024552
Binary1001001110000111110101011011010100101010101000010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934375; }

 p { color: rgb(147,67,117); }

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

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

 a { background-color: rgb(147,67,117); }

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

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

 span { border-color: rgb(147,67,117); }

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