Html Css Color HEX #250825 Mardi Gras

📋 copy color: '#250825'

red 37 ◦ green 8 ◦ blue 37

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

Shades of Mardi Gras #250825

Tints of Mardi Gras #250825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 45.12%

R = 45.12%
G = 9.76%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#250825 (or 0x250825) is known color: Mardi Gras. HEX triplet: 25, 08 and 25. RGB value is (37,8,37). Sum of RGB (Red+Green+Blue) = 37+8+37=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #250825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250825 is #DAF7DA. Grayscale: #131313. Windows color (decimal): -14350299 or 2426917. OLE color: 2426917.

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

Color convert

RGB 37 8 37 -
CMYK 0 0.78 0 0.85
HSL 300º 0.64% 0.09% -
HSV(B) 300º 0.78% 0.15% -
XYZ 1.18 0.7 1.82 -
YUV 19.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 37 8 37 0 0.78 0 0.85 300 0.64 0.09
Hex 25 8 25 0 4E 0 55 12C 40 9
Octal 45 10 45 0 116 0 125 454 100 11
Binary 100101 1000 100101 0 1001110 0 1010101 100101100 1000000 1001

Color Harmonies of #250825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250825

Black with #250825

Text Example


Text Example

White with #250825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250825; }

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

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

background-color css

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

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

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

border-color css

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

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

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