#34072D

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

Shades of Mardi Gras #34072D

Tints of Mardi Gras #34072D

Color information

#34072D (or 0x34072D) is unknown color: approx Mardi Gras. HEX triplet: 34, 07 and 2D. RGB value is (52,7,45). Sum of RGB (Red+Green+Blue) = 52+7+45=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #34072D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34072D is #CBF8D2. Grayscale: #181818. Windows color (decimal): -13367507 or 2950964. OLE color: 2950964.

HSL color Cylindrical-coordinate representation of color #34072D: hue angle of 309.33º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34072D is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.80.

Color convert

RGB52745-
CMYK00.870.130.80
HSL309.33º76.27%11.57%-
HSV(B)309.33º86.54%20.39%-
XYZ1.971.072.59-
YUV24.79139.41147.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 6.73%
BLUE value IS 45 (17.97% from 255) = 43.27%
R=50%
G=6.73%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5274500.870.130.80309.3376.2711.57
Hex3472D057D501354cc
Octal6475501271512046511414
Binary110100111101101010101111101101000010011010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34072D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34072D; }

 p { color: rgb(52,7,45); }

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

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

 a { background-color: rgb(52,7,45); }

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

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

 span { border-color: rgb(52,7,45); }

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