Html Css Color HEX #280521 Mardi Gras

📋 copy color: '#280521'

red 40 ◦ green 5 ◦ blue 33

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

Shades of Mardi Gras #280521

Tints of Mardi Gras #280521

RGB

 RED value IS 40 (16.02% from 255) = 51.28%

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

 BLUE value IS 33 (13.28% from 255) = 42.31%

R = 51.28%
G = 6.41%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#280521 (or 0x280521) is known color: Mardi Gras. HEX triplet: 28, 05 and 21. RGB value is (40,5,33). Sum of RGB (Red+Green+Blue) = 40+5+33=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #280521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280521 is #D7FADE. Grayscale: #121212. Windows color (decimal): -14154463 or 2164008. OLE color: 2164008.

HSL color Cylindrical-coordinate representation of color #280521: hue angle of 312º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280521 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 5 33 -
CMYK 0 0.88 0.17 0.84
HSL 312º 0.78% 0.09% -
HSV(B) 312º 0.88% 0.16% -
XYZ 1.2 0.67 1.5 -
YUV 18.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 40 5 33 0 0.88 0.17 0.84 312 0.78 0.09
Hex 28 5 21 0 58 11 54 138 4E 9
Octal 50 5 41 0 130 21 124 470 116 11
Binary 101000 101 100001 0 1011000 10001 1010100 100111000 1001110 1001

Color Harmonies of #280521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280521

Black with #280521

Text Example


Text Example

White with #280521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280521; }

 p { color: rgb(40,5,33); }

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

background-color css

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

 a { background-color: rgb(40,5,33); }

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

border-color css

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

 span { border-color: rgb(40,5,33); }

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