Html Css Color HEX #280825 Mardi Gras

📋 copy color: '#280825'

red 40 ◦ green 8 ◦ blue 37

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

Shades of Mardi Gras #280825

Tints of Mardi Gras #280825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.41%

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

R = 47.06%
G = 9.41%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#280825 (or 0x280825) is known color: Mardi Gras. HEX triplet: 28, 08 and 25. RGB value is (40,8,37). Sum of RGB (Red+Green+Blue) = 40+8+37=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 37 (14.84% from 255 or 43.53% from 85); Max value from RGB is 40 - color contains mainly: red. Hex color #280825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280825 is #D7F7DA. Grayscale: #141414. Windows color (decimal): -14153691 or 2426920. OLE color: 2426920.

HSL color Cylindrical-coordinate representation of color #280825: hue angle of 305.62º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280825 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 8 37 -
CMYK 0 0.80 0.07 0.84
HSL 305.63º 0.67% 0.09% -
HSV(B) 305.63º 0.8% 0.16% -
XYZ 1.3 0.76 1.83 -
YUV 20.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 40 8 37 0 0.80 0.07 0.84 305.63 0.67 0.09
Hex 28 8 25 0 50 7 54 132 43 9
Octal 50 10 45 0 120 7 124 462 103 11
Binary 101000 1000 100101 0 1010000 111 1010100 100110010 1000011 1001

Color Harmonies of #280825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280825

Black with #280825

Text Example


Text Example

White with #280825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280825; }

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

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

background-color css

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

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

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

border-color css

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

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

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