Html Css Color HEX #250820 Mardi Gras

📋 copy color: '#250820'

red 37 ◦ green 8 ◦ blue 32

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

Shades of Mardi Gras #250820

Tints of Mardi Gras #250820

RGB

 RED value IS 37 (14.84% from 255) = 48.05%

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

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

R = 48.05%
G = 10.39%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#250820 (or 0x250820) is known color: Mardi Gras. HEX triplet: 25, 08 and 20. RGB value is (37,8,32). Sum of RGB (Red+Green+Blue) = 37+8+32=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 32 (12.89% from 255 or 41.56% from 77); Max value from RGB is 37 - color contains mainly: red. Hex color #250820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250820 is #DAF7DF. Grayscale: #131313. Windows color (decimal): -14350304 or 2099237. OLE color: 2099237.

HSL color Cylindrical-coordinate representation of color #250820: hue angle of 310.34º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #250820 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 8 32 -
CMYK 0 0.78 0.14 0.85
HSL 310.34º 0.64% 0.09% -
HSV(B) 310.34º 0.78% 0.15% -
XYZ 1.11 0.67 1.44 -
YUV 19.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 37 8 32 0 0.78 0.14 0.85 310.34 0.64 0.09
Hex 25 8 20 0 4E E 55 136 40 9
Octal 45 10 40 0 116 16 125 466 100 11
Binary 100101 1000 100000 0 1001110 1110 1010101 100110110 1000000 1001

Color Harmonies of #250820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250820

Black with #250820

Text Example


Text Example

White with #250820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250820; }

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

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

background-color css

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

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

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

border-color css

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

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

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