Html Css Color HEX #361A35 Mardi Gras

📋 copy color: '#361A35'

red 54 ◦ green 26 ◦ blue 53

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

Shades of Mardi Gras #361A35

Tints of Mardi Gras #361A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 39.85%

R = 40.6%
G = 19.55%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#361A35 (or 0x361A35) is known color: Mardi Gras. HEX triplet: 36, 1A and 35. RGB value is (54,26,53). Sum of RGB (Red+Green+Blue) = 54+26+53=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 54 - color contains mainly: red. Hex color #361A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A35 is #C9E5CA. Grayscale: #252525. Windows color (decimal): -13231563 or 3480118. OLE color: 3480118.

HSL color Cylindrical-coordinate representation of color #361A35: hue angle of 302.14º 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 #361A35 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 26 53 -
CMYK 0 0.52 0.02 0.79
HSL 302.14º 0.35% 0.16% -
HSV(B) 302.14º 0.52% 0.21% -
XYZ 2.53 1.78 3.58 -
YUV 37.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 54 26 53 0 0.52 0.02 0.79 302.14 0.35 0.16
Hex 36 1A 35 0 34 2 4F 12E 23 10
Octal 66 32 65 0 64 2 117 456 43 20
Binary 110110 11010 110101 0 110100 10 1001111 100101110 100011 10000

Color Harmonies of #361A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361A35

Black with #361A35

Text Example


Text Example

White with #361A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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