Html Css Color HEX #361935 Mardi Gras

📋 copy color: '#361935'

red 54 ◦ green 25 ◦ blue 53

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

Shades of Mardi Gras #361935

Tints of Mardi Gras #361935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.94%

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

R = 40.91%
G = 18.94%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#361935 (or 0x361935) is known color: Mardi Gras. HEX triplet: 36, 19 and 35. RGB value is (54,25,53). Sum of RGB (Red+Green+Blue) = 54+25+53=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #361935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361935 is #C9E6CA. Grayscale: #242424. Windows color (decimal): -13231819 or 3479862. OLE color: 3479862.

HSL color Cylindrical-coordinate representation of color #361935: hue angle of 302.07º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #361935 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 25 53 -
CMYK 0 0.54 0.02 0.79
HSL 302.07º 0.37% 0.15% -
HSV(B) 302.07º 0.54% 0.21% -
XYZ 2.51 1.74 3.57 -
YUV 36.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 54 25 53 0 0.54 0.02 0.79 302.07 0.37 0.15
Hex 36 19 35 0 36 2 4F 12E 25 F
Octal 66 31 65 0 66 2 117 456 45 17
Binary 110110 11001 110101 0 110110 10 1001111 100101110 100101 1111

Color Harmonies of #361935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361935

Black with #361935

Text Example


Text Example

White with #361935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361935; }

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

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

background-color css

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

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

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

border-color css

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

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

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