Html Css Color HEX #340633 Mardi Gras

📋 copy color: '#340633'

red 52 ◦ green 6 ◦ blue 51

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

Shades of Mardi Gras #340633

Tints of Mardi Gras #340633

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.5%

 BLUE value IS 51 (20.31% from 255) = 46.79%

R = 47.71%
G = 5.5%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#340633 (or 0x340633) is known color: Mardi Gras. HEX triplet: 34, 06 and 33. RGB value is (52,6,51). Sum of RGB (Red+Green+Blue) = 52+6+51=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 51 (20.31% from 255 or 46.79% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #340633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340633 is #CBF9CC. Grayscale: #181818. Windows color (decimal): -13367757 or 3343924. OLE color: 3343924.

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

Color convert

RGB 52 6 51 -
CMYK 0 0.88 0.02 0.80
HSL 301.3º 0.79% 0.11% -
HSV(B) 301.3º 0.88% 0.2% -
XYZ 2.08 1.1 3.23 -
YUV 24.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 52 6 51 0 0.88 0.02 0.80 301.3 0.79 0.11
Hex 34 6 33 0 58 2 50 12D 4F B
Octal 64 6 63 0 130 2 120 455 117 13
Binary 110100 110 110011 0 1011000 10 1010000 100101101 1001111 1011

Color Harmonies of #340633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340633

Black with #340633

Text Example


Text Example

White with #340633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340633; }

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

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

background-color css

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

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

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

border-color css

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

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

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