Html Css Color HEX #36112F Mardi Gras

📋 copy color: '#36112F'

red 54 ◦ green 17 ◦ blue 47

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

Shades of Mardi Gras #36112F

Tints of Mardi Gras #36112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.41%

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

R = 45.76%
G = 14.41%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#36112F (or 0x36112F) is known color: Mardi Gras. HEX triplet: 36, 11 and 2F. RGB value is (54,17,47). Sum of RGB (Red+Green+Blue) = 54+17+47=118 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.76% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 54 - color contains mainly: red. Hex color #36112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36112F is #C9EED0. Grayscale: #1F1F1F. Windows color (decimal): -13233873 or 3084598. OLE color: 3084598.

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

Color convert

RGB 54 17 47 -
CMYK 0 0.69 0.13 0.79
HSL 311.35º 0.52% 0.14% -
HSV(B) 311.35º 0.69% 0.21% -
XYZ 2.23 1.39 2.84 -
YUV 31.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 54 17 47 0 0.69 0.13 0.79 311.35 0.52 0.14
Hex 36 11 2F 0 45 D 4F 137 34 E
Octal 66 21 57 0 105 15 117 467 64 16
Binary 110110 10001 101111 0 1000101 1101 1001111 100110111 110100 1110

Color Harmonies of #36112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36112F

Black with #36112F

Text Example


Text Example

White with #36112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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