#940E3D

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

Shades of Disco #940E3D

Tints of Disco #940E3D

Color information

#940E3D (or 0x940E3D) is unknown color: approx Disco. HEX triplet: 94, 0E and 3D. RGB value is (148,14,61). Sum of RGB (Red+Green+Blue) = 148+14+61=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #940E3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940E3D is #6BF1C2. Grayscale: #3B3B3B. Windows color (decimal): -7074243 or 4001428. OLE color: 4001428.

HSL color Cylindrical-coordinate representation of color #940E3D: hue angle of 338.96º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #940E3D is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1481461-
CMYK00.910.590.42
HSL338.96º82.72%31.76%-
HSV(B)338.96º90.54%58.04%-
XYZ13.216.955.06-
YUV59.42128.89191.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 66.37%
GREEN value IS 14 (5.86% from 255) = 6.28%
BLUE value IS 61 (24.22% from 255) = 27.35%
R=66.37%
G=6.28%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148146100.910.590.42338.9682.7231.76
Hex94E3D05B3B2A1535320
Octal22416750133735252312340
Binary100101001110111101010110111110111010101010100111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940E3D; }

 p { color: rgb(148,14,61); }

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

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

 a { background-color: rgb(148,14,61); }

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

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

 span { border-color: rgb(148,14,61); }

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