#3D093D

Color #3D093D Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #3D093D

Tints of Mardi Gras #3D093D

Color information

#3D093D (or 0x3D093D) is unknown color: approx Mardi Gras. HEX triplet: 3D, 09 and 3D. RGB value is (61,9,61). Sum of RGB (Red+Green+Blue) = 61+9+61=131 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.56% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D093D is #C2F6C2. Grayscale: #1E1E1E. Windows color (decimal): -12777155 or 4000061. OLE color: 4000061.

HSL color Cylindrical-coordinate representation of color #3D093D: hue angle of 300º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D093D is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB61961-
CMYK00.8500.76
HSL300º74.29%13.73%-
HSV(B)300º85.25%23.92%-
XYZ2.861.524.56-
YUV30.48145.23149.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 46.56%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 61 (24.22% from 255) = 46.56%
R=46.56%
G=6.87%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6196100.8500.7630074.2913.73
Hex3D93D05504C12c4ae
Octal7511750125011445411216
Binary1111011001111101010101010100110010010110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D093D; }

 p { color: rgb(61,9,61); }

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

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

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

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

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

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

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