Html Css Color HEX #250120 Mardi Gras

📋 copy color: '#250120'

red 37 ◦ green 1 ◦ blue 32

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

Shades of Mardi Gras #250120

Tints of Mardi Gras #250120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.43%

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

R = 52.86%
G = 1.43%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#250120 (or 0x250120) is known color: Mardi Gras. HEX triplet: 25, 01 and 20. RGB value is (37,1,32). Sum of RGB (Red+Green+Blue) = 37+1+32=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 32 (12.89% from 255 or 45.71% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #250120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250120 is #DAFEDF. Grayscale: #0F0F0F. Windows color (decimal): -14352096 or 2097445. OLE color: 2097445.

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

Color convert

RGB 37 1 32 -
CMYK 0 0.97 0.14 0.85
HSL 308.33º 0.95% 0.07% -
HSV(B) 308.33º 0.97% 0.15% -
XYZ 1.03 0.52 1.41 -
YUV 15.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 37 1 32 0 0.97 0.14 0.85 308.33 0.95 0.07
Hex 25 1 20 0 61 E 55 134 5F 7
Octal 45 1 40 0 141 16 125 464 137 7
Binary 100101 1 100000 0 1100001 1110 1010101 100110100 1011111 111

Color Harmonies of #250120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250120

Black with #250120

Text Example


Text Example

White with #250120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250120; }

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

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

background-color css

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

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

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

border-color css

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

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

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