Html Css Color HEX #250421 Mardi Gras

📋 copy color: '#250421'

red 37 ◦ green 4 ◦ blue 33

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

Shades of Mardi Gras #250421

Tints of Mardi Gras #250421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 44.59%

R = 50%
G = 5.41%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#250421 (or 0x250421) is known color: Mardi Gras. HEX triplet: 25, 04 and 21. RGB value is (37,4,33). Sum of RGB (Red+Green+Blue) = 37+4+33=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #250421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250421 is #DAFBDE. Grayscale: #111111. Windows color (decimal): -14351327 or 2163749. OLE color: 2163749.

HSL color Cylindrical-coordinate representation of color #250421: hue angle of 307.27º 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 #250421 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 4 33 -
CMYK 0 0.89 0.11 0.85
HSL 307.27º 0.8% 0.08% -
HSV(B) 307.27º 0.89% 0.15% -
XYZ 1.08 0.59 1.5 -
YUV 17.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 37 4 33 0 0.89 0.11 0.85 307.27 0.8 0.08
Hex 25 4 21 0 59 B 55 133 50 8
Octal 45 4 41 0 131 13 125 463 120 10
Binary 100101 100 100001 0 1011001 1011 1010101 100110011 1010000 1000

Color Harmonies of #250421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250421

Black with #250421

Text Example


Text Example

White with #250421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250421; }

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

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

background-color css

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

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

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

border-color css

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

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

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