Html Css Color HEX #250521 Mardi Gras

📋 copy color: '#250521'

red 37 ◦ green 5 ◦ blue 33

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

Shades of Mardi Gras #250521

Tints of Mardi Gras #250521

RGB

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

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

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

R = 49.33%
G = 6.67%
B = 44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#250521 (or 0x250521) is known color: Mardi Gras. HEX triplet: 25, 05 and 21. RGB value is (37,5,33). Sum of RGB (Red+Green+Blue) = 37+5+33=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #250521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250521 is #DAFADE. Grayscale: #111111. Windows color (decimal): -14351071 or 2164005. OLE color: 2164005.

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

Color convert

RGB 37 5 33 -
CMYK 0 0.86 0.11 0.85
HSL 307.5º 0.76% 0.08% -
HSV(B) 307.5º 0.86% 0.15% -
XYZ 1.09 0.61 1.5 -
YUV 17.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 37 5 33 0 0.86 0.11 0.85 307.5 0.76 0.08
Hex 25 5 21 0 56 B 55 134 4C 8
Octal 45 5 41 0 126 13 125 464 114 10
Binary 100101 101 100001 0 1010110 1011 1010101 100110100 1001100 1000

Color Harmonies of #250521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250521

Black with #250521

Text Example


Text Example

White with #250521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250521; }

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

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

background-color css

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

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

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

border-color css

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

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

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