#34082C

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

Shades of Mardi Gras #34082C

Tints of Mardi Gras #34082C

Color information

#34082C (or 0x34082C) is unknown color: approx Mardi Gras. HEX triplet: 34, 08 and 2C. RGB value is (52,8,44). Sum of RGB (Red+Green+Blue) = 52+8+44=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #34082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34082C is #CBF7D3. Grayscale: #191919. Windows color (decimal): -13367252 or 2885684. OLE color: 2885684.

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

Color convert

RGB52844-
CMYK00.850.150.80
HSL310.91º73.33%11.76%-
HSV(B)310.91º84.62%20.39%-
XYZ1.961.092.49-
YUV25.26138.58147.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 7.69%
BLUE value IS 44 (17.58% from 255) = 42.31%
R=50%
G=7.69%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5284400.850.150.80310.9173.3311.76
Hex3482C055F5013749c
Octal64105401251712046711114
Binary1101001000101100010101011111101000010011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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