Html Css Color HEX #36072F Mardi Gras

📋 copy color: '#36072F'

red 54 ◦ green 7 ◦ blue 47

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

Shades of Mardi Gras #36072F

Tints of Mardi Gras #36072F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.48%

 BLUE value IS 47 (18.75% from 255) = 43.52%

R = 50%
G = 6.48%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#36072F (or 0x36072F) is known color: Mardi Gras. HEX triplet: 36, 07 and 2F. RGB value is (54,7,47). Sum of RGB (Red+Green+Blue) = 54+7+47=108 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 54 - color contains mainly: red. Hex color #36072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36072F is #C9F8D0. Grayscale: #191919. Windows color (decimal): -13236433 or 3082038. OLE color: 3082038.

HSL color Cylindrical-coordinate representation of color #36072F: hue angle of 308.94º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36072F is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 7 47 -
CMYK 0 0.87 0.13 0.79
HSL 308.94º 0.77% 0.12% -
HSV(B) 308.94º 0.87% 0.21% -
XYZ 2.11 1.14 2.8 -
YUV 25.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 54 7 47 0 0.87 0.13 0.79 308.94 0.77 0.12
Hex 36 7 2F 0 57 D 4F 135 4D C
Octal 66 7 57 0 127 15 117 465 115 14
Binary 110110 111 101111 0 1010111 1101 1001111 100110101 1001101 1100

Color Harmonies of #36072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36072F

Black with #36072F

Text Example


Text Example

White with #36072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36072F; }

 p { color: rgb(54,7,47); }

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

background-color css

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

 a { background-color: rgb(54,7,47); }

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

border-color css

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

 span { border-color: rgb(54,7,47); }

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