Html Css Color HEX #250420 Mardi Gras

📋 copy color: '#250420'

red 37 ◦ green 4 ◦ blue 32

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

Shades of Mardi Gras #250420

Tints of Mardi Gras #250420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.48%

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

R = 50.68%
G = 5.48%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#250420 (or 0x250420) is known color: Mardi Gras. HEX triplet: 25, 04 and 20. RGB value is (37,4,32). Sum of RGB (Red+Green+Blue) = 37+4+32=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #250420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250420 is #DAFBDF. Grayscale: #101010. Windows color (decimal): -14351328 or 2098213. OLE color: 2098213.

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

Color convert

RGB 37 4 32 -
CMYK 0 0.89 0.14 0.85
HSL 309.09º 0.8% 0.08% -
HSV(B) 309.09º 0.89% 0.15% -
XYZ 1.07 0.58 1.42 -
YUV 17.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 37 4 32 0 0.89 0.14 0.85 309.09 0.8 0.08
Hex 25 4 20 0 59 E 55 135 50 8
Octal 45 4 40 0 131 16 125 465 120 10
Binary 100101 100 100000 0 1011001 1110 1010101 100110101 1010000 1000

Color Harmonies of #250420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250420

Black with #250420

Text Example


Text Example

White with #250420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250420; }

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

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

background-color css

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

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

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

border-color css

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

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

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