#944361

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

Shades of Cadillac #944361

Tints of Cadillac #944361

Color information

#944361 (or 0x944361) is unknown color: approx Cadillac. HEX triplet: 94, 43 and 61. RGB value is (148,67,97). Sum of RGB (Red+Green+Blue) = 148+67+97=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #944361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944361 is #6BBC9E. Grayscale: #5E5E5E. Windows color (decimal): -7060639 or 6374292. OLE color: 6374292.

HSL color Cylindrical-coordinate representation of color #944361: hue angle of 337.78º 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 #944361 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1486797-
CMYK00.550.340.42
HSL337.78º37.67%42.16%-
HSV(B)337.78º54.73%58.04%-
XYZ16.3811.1712.6-
YUV94.64129.34166.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.44%
GREEN value IS 67 (26.56% from 255) = 21.47%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=47.44%
G=21.47%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148679700.550.340.42337.7837.6742.16
Hex944361037222A152262a
Octal22410314106742525224652
Binary10010100100001111000010110111100010101010101010010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944361; }

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

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

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

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

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

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

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

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