Html Css Color HEX #360235 Mardi Gras

📋 copy color: '#360235'

red 54 ◦ green 2 ◦ blue 53

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

Shades of Mardi Gras #360235

Tints of Mardi Gras #360235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.83%

 BLUE value IS 53 (21.09% from 255) = 48.62%

R = 49.54%
G = 1.83%
B = 48.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.79

RGB Variations

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

Color information

#360235 (or 0x360235) is known color: Mardi Gras. HEX triplet: 36, 02 and 35. RGB value is (54,2,53). Sum of RGB (Red+Green+Blue) = 54+2+53=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #360235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360235 is #C9FDCA. Grayscale: #171717. Windows color (decimal): -13237707 or 3473974. OLE color: 3473974.

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

Color convert

RGB 54 2 53 -
CMYK 0 0.96 0.02 0.79
HSL 301.15º 0.93% 0.11% -
HSV(B) 301.15º 0.96% 0.21% -
XYZ 2.19 1.08 3.46 -
YUV 23.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 54 2 53 0 0.96 0.02 0.79 301.15 0.93 0.11
Hex 36 2 35 0 60 2 4F 12D 5D B
Octal 66 2 65 0 140 2 117 455 135 13
Binary 110110 10 110101 0 1100000 10 1001111 100101101 1011101 1011

Color Harmonies of #360235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360235

Black with #360235

Text Example


Text Example

White with #360235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360235; }

 p { color: rgb(54,2,53); }

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

background-color css

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

 a { background-color: rgb(54,2,53); }

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

border-color css

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

 span { border-color: rgb(54,2,53); }

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