Html Css Color HEX #280A25 Mardi Gras

📋 copy color: '#280A25'

red 40 ◦ green 10 ◦ blue 37

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

Shades of Mardi Gras #280A25

Tints of Mardi Gras #280A25

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.49%

 BLUE value IS 37 (14.84% from 255) = 42.53%

R = 45.98%
G = 11.49%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#280A25 (or 0x280A25) is known color: Mardi Gras. HEX triplet: 28, 0A and 25. RGB value is (40,10,37). Sum of RGB (Red+Green+Blue) = 40+10+37=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 40 - color contains mainly: red. Hex color #280A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280A25 is #D7F5DA. Grayscale: #151515. Windows color (decimal): -14153179 or 2427432. OLE color: 2427432.

HSL color Cylindrical-coordinate representation of color #280A25: hue angle of 306º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #280A25 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 10 37 -
CMYK 0 0.75 0.07 0.84
HSL 306º 0.6% 0.1% -
HSV(B) 306º 0.75% 0.16% -
XYZ 1.32 0.8 1.84 -
YUV 22.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 40 10 37 0 0.75 0.07 0.84 306 0.6 0.1
Hex 28 A 25 0 4B 7 54 132 3C A
Octal 50 12 45 0 113 7 124 462 74 12
Binary 101000 1010 100101 0 1001011 111 1010100 100110010 111100 1010

Color Harmonies of #280A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280A25

Black with #280A25

Text Example


Text Example

White with #280A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280A25; }

 p { color: rgb(40,10,37); }

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

background-color css

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

 a { background-color: rgb(40,10,37); }

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

border-color css

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

 span { border-color: rgb(40,10,37); }

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