Html Css Color HEX #280529 Mardi Gras

📋 copy color: '#280529'

red 40 ◦ green 5 ◦ blue 41

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

Shades of Mardi Gras #280529

Tints of Mardi Gras #280529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 47.67%

R = 46.51%
G = 5.81%
B = 47.67%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#280529 (or 0x280529) is known color: Mardi Gras. HEX triplet: 28, 05 and 29. RGB value is (40,5,41). Sum of RGB (Red+Green+Blue) = 40+5+41=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 41 (16.41% from 255 or 47.67% from 86); Max value from RGB is 41 - color contains mainly: blue. Hex color #280529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280529 is #D7FAD6. Grayscale: #131313. Windows color (decimal): -14154455 or 2688296. OLE color: 2688296.

HSL color Cylindrical-coordinate representation of color #280529: hue angle of 298.33º 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 #280529 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 5 41 -
CMYK 0.02 0.88 0 0.84
HSL 298.33º 0.78% 0.09% -
HSV(B) 298.33º 0.88% 0.16% -
XYZ 1.33 0.72 2.17 -
YUV 19.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 40 5 41 0.02 0.88 0 0.84 298.33 0.78 0.09
Hex 28 5 29 2 58 0 54 12A 4E 9
Octal 50 5 51 2 130 0 124 452 116 11
Binary 101000 101 101001 10 1011000 0 1010100 100101010 1001110 1001

Color Harmonies of #280529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280529

Black with #280529

Text Example


Text Example

White with #280529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280529; }

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

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

background-color css

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

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

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

border-color css

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

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

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