Html Css Color HEX #362133 Mardi Gras

📋 copy color: '#362133'

red 54 ◦ green 33 ◦ blue 51

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

Shades of Mardi Gras #362133

Tints of Mardi Gras #362133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.91%

 BLUE value IS 51 (20.31% from 255) = 36.96%

R = 39.13%
G = 23.91%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#362133 (or 0x362133) is known color: Mardi Gras. HEX triplet: 36, 21 and 33. RGB value is (54,33,51). Sum of RGB (Red+Green+Blue) = 54+33+51=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 54 - color contains mainly: red. Hex color #362133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362133 is #C9DECC. Grayscale: #292929. Windows color (decimal): -13229773 or 3350838. OLE color: 3350838.

HSL color Cylindrical-coordinate representation of color #362133: hue angle of 308.57º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #362133 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 33 51 -
CMYK 0 0.39 0.06 0.79
HSL 308.57º 0.24% 0.17% -
HSV(B) 308.57º 0.39% 0.21% -
XYZ 2.66 2.11 3.4 -
YUV 41.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 54 33 51 0 0.39 0.06 0.79 308.57 0.24 0.17
Hex 36 21 33 0 27 6 4F 135 18 11
Octal 66 41 63 0 47 6 117 465 30 21
Binary 110110 100001 110011 0 100111 110 1001111 100110101 11000 10001

Color Harmonies of #362133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362133

Black with #362133

Text Example


Text Example

White with #362133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362133; }

 p { color: rgb(54,33,51); }

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

background-color css

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

 a { background-color: rgb(54,33,51); }

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

border-color css

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

 span { border-color: rgb(54,33,51); }

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