#34092C

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

Shades of Mardi Gras #34092C

Tints of Mardi Gras #34092C

Color information

#34092C (or 0x34092C) is unknown color: approx Mardi Gras. HEX triplet: 34, 09 and 2C. RGB value is (52,9,44). Sum of RGB (Red+Green+Blue) = 52+9+44=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #34092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34092C is #CBF6D3. Grayscale: #191919. Windows color (decimal): -13366996 or 2885940. OLE color: 2885940.

HSL color Cylindrical-coordinate representation of color #34092C: hue angle of 311.16º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34092C is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB52944-
CMYK00.830.150.80
HSL311.16º70.49%11.96%-
HSV(B)311.16º82.69%20.39%-
XYZ1.971.112.49-
YUV25.85138.25146.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.52%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 44 (17.58% from 255) = 41.90%
R=49.52%
G=8.57%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5294400.830.150.80311.1670.4911.96
Hex3492C053F5013746c
Octal64115401231712046710614
Binary1101001001101100010100111111101000010011011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34092C; }

 p { color: rgb(52,9,44); }

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

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

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

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

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

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

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