#944371

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

Shades of Cadillac #944371

Tints of Cadillac #944371

Color information

#944371 (or 0x944371) is unknown color: approx Cadillac. HEX triplet: 94, 43 and 71. RGB value is (148,67,113). Sum of RGB (Red+Green+Blue) = 148+67+113=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #944371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944371 is #6BBC8E. Grayscale: #606060. Windows color (decimal): -7060623 or 7422868. OLE color: 7422868.

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

Color convert

RGB14867113-
CMYK00.550.240.42
HSL325.93º37.67%42.16%-
HSV(B)325.93º54.73%58.04%-
XYZ17.211.516.94-
YUV96.46137.34164.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 67 (26.56% from 255) = 20.43%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=45.12%
G=20.43%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486711300.550.240.42325.9337.6742.16
Hex944371037182A146262a
Octal22410316106730525064652
Binary1001010010000111110001011011111000101010101000110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944371; }

 p { color: rgb(148,67,113); }

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

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

 a { background-color: rgb(148,67,113); }

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

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

 span { border-color: rgb(148,67,113); }

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