#340733

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

Shades of Mardi Gras #340733

Tints of Mardi Gras #340733

Color information

#340733 (or 0x340733) is unknown color: approx Mardi Gras. HEX triplet: 34, 07 and 33. RGB value is (52,7,51). Sum of RGB (Red+Green+Blue) = 52+7+51=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #340733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340733 is #CBF8CC. Grayscale: #191919. Windows color (decimal): -13367501 or 3344180. OLE color: 3344180.

HSL color Cylindrical-coordinate representation of color #340733: hue angle of 301.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 #340733 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB52751-
CMYK00.870.020.80
HSL301.33º76.27%11.57%-
HSV(B)301.33º86.54%20.39%-
XYZ2.091.123.24-
YUV25.47142.41146.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 51 (20.31% from 255) = 46.36%
R=47.27%
G=6.36%
B=46.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5275100.870.020.80301.3376.2711.57
Hex3473305725012d4cc
Octal647630127212045511414
Binary1101001111100110101011110101000010010110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340733; }

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

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

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

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

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

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

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

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