Html Css Color HEX #36093A Mardi Gras

📋 copy color: '#36093A'

red 54 ◦ green 9 ◦ blue 58

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

Shades of Mardi Gras #36093A

Tints of Mardi Gras #36093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.44%

 BLUE value IS 58 (23.05% from 255) = 47.93%

R = 44.63%
G = 7.44%
B = 47.93%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#36093A (or 0x36093A) is known color: Mardi Gras. HEX triplet: 36, 09 and 3A. RGB value is (54,9,58). Sum of RGB (Red+Green+Blue) = 54+9+58=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: blue. Hex color #36093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36093A is #C9F6C5. Grayscale: #1B1B1B. Windows color (decimal): -13235910 or 3803446. OLE color: 3803446.

HSL color Cylindrical-coordinate representation of color #36093A: hue angle of 295.1º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36093A is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 54 9 58 -
CMYK 0.07 0.84 0 0.77
HSL 295.1º 0.73% 0.13% -
HSV(B) 295.1º 0.84% 0.23% -
XYZ 2.38 1.29 4.13 -
YUV 28.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 54 9 58 0.07 0.84 0 0.77 295.1 0.73 0.13
Hex 36 9 3A 7 54 0 4D 127 49 D
Octal 66 11 72 7 124 0 115 447 111 15
Binary 110110 1001 111010 111 1010100 0 1001101 100100111 1001001 1101

Color Harmonies of #36093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36093A

Black with #36093A

Text Example


Text Example

White with #36093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36093A; }

 p { color: rgb(54,9,58); }

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

background-color css

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

 a { background-color: rgb(54,9,58); }

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

border-color css

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

 span { border-color: rgb(54,9,58); }

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