Html Css Color HEX #250520 Mardi Gras

📋 copy color: '#250520'

red 37 ◦ green 5 ◦ blue 32

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

Shades of Mardi Gras #250520

Tints of Mardi Gras #250520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.76%

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

R = 50%
G = 6.76%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#250520 (or 0x250520) is known color: Mardi Gras. HEX triplet: 25, 05 and 20. RGB value is (37,5,32). Sum of RGB (Red+Green+Blue) = 37+5+32=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #250520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250520 is #DAFADF. Grayscale: #111111. Windows color (decimal): -14351072 or 2098469. OLE color: 2098469.

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

Color convert

RGB 37 5 32 -
CMYK 0 0.86 0.14 0.85
HSL 309.38º 0.76% 0.08% -
HSV(B) 309.38º 0.86% 0.15% -
XYZ 1.08 0.61 1.43 -
YUV 17.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 37 5 32 0 0.86 0.14 0.85 309.38 0.76 0.08
Hex 25 5 20 0 56 E 55 135 4C 8
Octal 45 5 40 0 126 16 125 465 114 10
Binary 100101 101 100000 0 1010110 1110 1010101 100110101 1001100 1000

Color Harmonies of #250520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250520

Black with #250520

Text Example


Text Example

White with #250520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250520; }

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

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

background-color css

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

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

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

border-color css

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

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

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