Html Css Color HEX #361530 Mardi Gras

📋 copy color: '#361530'

red 54 ◦ green 21 ◦ blue 48

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

Shades of Mardi Gras #361530

Tints of Mardi Gras #361530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.07%

 BLUE value IS 48 (19.14% from 255) = 39.02%

R = 43.9%
G = 17.07%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#361530 (or 0x361530) is known color: Mardi Gras. HEX triplet: 36, 15 and 30. RGB value is (54,21,48). Sum of RGB (Red+Green+Blue) = 54+21+48=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #361530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361530 is #C9EACF. Grayscale: #212121. Windows color (decimal): -13232848 or 3151158. OLE color: 3151158.

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

Color convert

RGB 54 21 48 -
CMYK 0 0.61 0.11 0.79
HSL 310.91º 0.44% 0.15% -
HSV(B) 310.91º 0.61% 0.21% -
XYZ 2.32 1.53 2.97 -
YUV 33.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 54 21 48 0 0.61 0.11 0.79 310.91 0.44 0.15
Hex 36 15 30 0 3D B 4F 137 2C F
Octal 66 25 60 0 75 13 117 467 54 17
Binary 110110 10101 110000 0 111101 1011 1001111 100110111 101100 1111

Color Harmonies of #361530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361530

Black with #361530

Text Example


Text Example

White with #361530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361530; }

 p { color: rgb(54,21,48); }

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

background-color css

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

 a { background-color: rgb(54,21,48); }

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

border-color css

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

 span { border-color: rgb(54,21,48); }

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