Html Css Color HEX #240520 Mardi Gras

📋 copy color: '#240520'

red 36 ◦ green 5 ◦ blue 32

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

Shades of Mardi Gras #240520

Tints of Mardi Gras #240520

RGB

 RED value IS 36 (14.45% from 255) = 49.32%

 GREEN value IS 5 (2.34% from 255) = 6.85%

 BLUE value IS 32 (12.89% from 255) = 43.84%

R = 49.32%
G = 6.85%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#240520 (or 0x240520) is known color: Mardi Gras. HEX triplet: 24, 05 and 20. RGB value is (36,5,32). Sum of RGB (Red+Green+Blue) = 36+5+32=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #240520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240520 is #DBFADF. Grayscale: #111111. Windows color (decimal): -14416608 or 2098468. OLE color: 2098468.

HSL color Cylindrical-coordinate representation of color #240520: hue angle of 307.74º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #240520 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 5 32 -
CMYK 0 0.86 0.11 0.86
HSL 307.74º 0.76% 0.08% -
HSV(B) 307.74º 0.86% 0.14% -
XYZ 1.04 0.59 1.43 -
YUV 17.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 36 5 32 0 0.86 0.11 0.86 307.74 0.76 0.08
Hex 24 5 20 0 56 B 56 134 4C 8
Octal 44 5 40 0 126 13 126 464 114 10
Binary 100100 101 100000 0 1010110 1011 1010110 100110100 1001100 1000

Color Harmonies of #240520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240520

Black with #240520

Text Example


Text Example

White with #240520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240520; }

 p { color: rgb(36,5,32); }

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

background-color css

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

 a { background-color: rgb(36,5,32); }

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

border-color css

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

 span { border-color: rgb(36,5,32); }

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