Html Css Color HEX #340431 Mardi Gras

📋 copy color: '#340431'

red 52 ◦ green 4 ◦ blue 49

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

Shades of Mardi Gras #340431

Tints of Mardi Gras #340431

RGB

 RED value IS 52 (20.7% from 255) = 49.52%

 GREEN value IS 4 (1.95% from 255) = 3.81%

 BLUE value IS 49 (19.53% from 255) = 46.67%

R = 49.52%
G = 3.81%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#340431 (or 0x340431) is known color: Mardi Gras. HEX triplet: 34, 04 and 31. RGB value is (52,4,49). Sum of RGB (Red+Green+Blue) = 52+4+49=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #340431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340431 is #CBFBCE. Grayscale: #171717. Windows color (decimal): -13368271 or 3212340. OLE color: 3212340.

HSL color Cylindrical-coordinate representation of color #340431: hue angle of 303.75º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340431 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 4 49 -
CMYK 0 0.92 0.06 0.80
HSL 303.75º 0.86% 0.11% -
HSV(B) 303.75º 0.92% 0.2% -
XYZ 2.01 1.04 3 -
YUV 23.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 52 4 49 0 0.92 0.06 0.80 303.75 0.86 0.11
Hex 34 4 31 0 5C 6 50 130 56 B
Octal 64 4 61 0 134 6 120 460 126 13
Binary 110100 100 110001 0 1011100 110 1010000 100110000 1010110 1011

Color Harmonies of #340431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340431

Black with #340431

Text Example


Text Example

White with #340431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340431; }

 p { color: rgb(52,4,49); }

 H1.HeaderClassName
 {
   color: #340431;
 }
 .AnyTagClassName
 {
   color: #340431;
 }
</style>

background-color css

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

 a { background-color: rgb(52,4,49); }

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

border-color css

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

 span { border-color: rgb(52,4,49); }

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