Html Css Color HEX #250821 Mardi Gras

📋 copy color: '#250821'

red 37 ◦ green 8 ◦ blue 33

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

Shades of Mardi Gras #250821

Tints of Mardi Gras #250821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.26%

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

R = 47.44%
G = 10.26%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#250821 (or 0x250821) is known color: Mardi Gras. HEX triplet: 25, 08 and 21. RGB value is (37,8,33). Sum of RGB (Red+Green+Blue) = 37+8+33=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 37 - color contains mainly: red. Hex color #250821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250821 is #DAF7DE. Grayscale: #131313. Windows color (decimal): -14350303 or 2164773. OLE color: 2164773.

HSL color Cylindrical-coordinate representation of color #250821: hue angle of 308.28º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #250821 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 8 33 -
CMYK 0 0.78 0.11 0.85
HSL 308.28º 0.64% 0.09% -
HSV(B) 308.28º 0.78% 0.15% -
XYZ 1.12 0.68 1.51 -
YUV 19.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 37 8 33 0 0.78 0.11 0.85 308.28 0.64 0.09
Hex 25 8 21 0 4E B 55 134 40 9
Octal 45 10 41 0 116 13 125 464 100 11
Binary 100101 1000 100001 0 1001110 1011 1010101 100110100 1000000 1001

Color Harmonies of #250821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250821

Black with #250821

Text Example


Text Example

White with #250821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250821; }

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

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

background-color css

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

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

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

border-color css

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

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

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