Html Css Color HEX #361435 Mardi Gras

📋 copy color: '#361435'

red 54 ◦ green 20 ◦ blue 53

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

Shades of Mardi Gras #361435

Tints of Mardi Gras #361435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.75%

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

R = 42.52%
G = 15.75%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#361435 (or 0x361435) is known color: Mardi Gras. HEX triplet: 36, 14 and 35. RGB value is (54,20,53). Sum of RGB (Red+Green+Blue) = 54+20+53=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #361435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361435 is #C9EBCA. Grayscale: #212121. Windows color (decimal): -13233099 or 3478582. OLE color: 3478582.

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

Color convert

RGB 54 20 53 -
CMYK 0 0.63 0.02 0.79
HSL 301.76º 0.46% 0.15% -
HSV(B) 301.76º 0.63% 0.21% -
XYZ 2.41 1.54 3.54 -
YUV 33.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 54 20 53 0 0.63 0.02 0.79 301.76 0.46 0.15
Hex 36 14 35 0 3F 2 4F 12E 2E F
Octal 66 24 65 0 77 2 117 456 56 17
Binary 110110 10100 110101 0 111111 10 1001111 100101110 101110 1111

Color Harmonies of #361435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361435

Black with #361435

Text Example


Text Example

White with #361435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361435; }

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

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

background-color css

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

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

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

border-color css

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

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

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