Html Css Color HEX #3D093D Mardi Gras

📋 copy color: '#3D093D'

red 61 ◦ green 9 ◦ blue 61

#3D093D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #3D093D

Tints of Mardi Gras #3D093D

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 value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3D093D (or 0x3D093D) is known color: 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

RGB 61 9 61 -
CMYK 0 0.85 0 0.76
HSL 300º 0.74% 0.14% -
HSV(B) 300º 0.85% 0.24% -
XYZ 2.86 1.52 4.56 -
YUV 30.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 61 9 61 0 0.85 0 0.76 300 0.74 0.14
Hex 3D 9 3D 0 55 0 4C 12C 4A E
Octal 75 11 75 0 125 0 114 454 112 16
Binary 111101 1001 111101 0 1010101 0 1001100 100101100 1001010 1110

Color Harmonies of #3D093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D093D

Black with #3D093D

Text Example


Text Example

White with #3D093D

Text Example


Text Example

HTML Codes & Css Web 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>