Html Css Color HEX #250620 Mardi Gras

📋 copy color: '#250620'

red 37 ◦ green 6 ◦ blue 32

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

Shades of Mardi Gras #250620

Tints of Mardi Gras #250620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8%

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

R = 49.33%
G = 8%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#250620 (or 0x250620) is known color: Mardi Gras. HEX triplet: 25, 06 and 20. RGB value is (37,6,32). Sum of RGB (Red+Green+Blue) = 37+6+32=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #250620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250620 is #DAF9DF. Grayscale: #121212. Windows color (decimal): -14350816 or 2098725. OLE color: 2098725.

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

Color convert

RGB 37 6 32 -
CMYK 0 0.84 0.14 0.85
HSL 309.68º 0.72% 0.08% -
HSV(B) 309.68º 0.84% 0.15% -
XYZ 1.09 0.63 1.43 -
YUV 18.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 37 6 32 0 0.84 0.14 0.85 309.68 0.72 0.08
Hex 25 6 20 0 54 E 55 136 48 8
Octal 45 6 40 0 124 16 125 466 110 10
Binary 100101 110 100000 0 1010100 1110 1010101 100110110 1001000 1000

Color Harmonies of #250620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250620

Black with #250620

Text Example


Text Example

White with #250620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250620; }

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

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

background-color css

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

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

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

border-color css

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

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

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