Html Css Color HEX #361A32 Mardi Gras

📋 copy color: '#361A32'

red 54 ◦ green 26 ◦ blue 50

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

Shades of Mardi Gras #361A32

Tints of Mardi Gras #361A32

RGB

 RED value IS 54 (21.48% from 255) = 41.54%

 GREEN value IS 26 (10.55% from 255) = 20%

 BLUE value IS 50 (19.92% from 255) = 38.46%

R = 41.54%
G = 20%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.79

RGB Variations

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

Color information

#361A32 (or 0x361A32) is known color: Mardi Gras. HEX triplet: 36, 1A and 32. RGB value is (54,26,50). Sum of RGB (Red+Green+Blue) = 54+26+50=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #361A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A32 is #C9E5CD. Grayscale: #252525. Windows color (decimal): -13231566 or 3283510. OLE color: 3283510.

HSL color Cylindrical-coordinate representation of color #361A32: hue angle of 308.57º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361A32 is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 26 50 -
CMYK 0 0.52 0.07 0.79
HSL 308.57º 0.35% 0.16% -
HSV(B) 308.57º 0.52% 0.21% -
XYZ 2.47 1.75 3.23 -
YUV 37.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 54 26 50 0 0.52 0.07 0.79 308.57 0.35 0.16
Hex 36 1A 32 0 34 7 4F 135 23 10
Octal 66 32 62 0 64 7 117 465 43 20
Binary 110110 11010 110010 0 110100 111 1001111 100110101 100011 10000

Color Harmonies of #361A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A32

Black with #361A32

Text Example


Text Example

White with #361A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361A32; }

 p { color: rgb(54,26,50); }

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

background-color css

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

 a { background-color: rgb(54,26,50); }

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

border-color css

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

 span { border-color: rgb(54,26,50); }

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