Html Css Color HEX #250725 Mardi Gras

📋 copy color: '#250725'

red 37 ◦ green 7 ◦ blue 37

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

Shades of Mardi Gras #250725

Tints of Mardi Gras #250725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.64%

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

R = 45.68%
G = 8.64%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#250725 (or 0x250725) is known color: Mardi Gras. HEX triplet: 25, 07 and 25. RGB value is (37,7,37). Sum of RGB (Red+Green+Blue) = 37+7+37=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #250725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250725 is #DAF8DA. Grayscale: #131313. Windows color (decimal): -14350555 or 2426661. OLE color: 2426661.

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

Color convert

RGB 37 7 37 -
CMYK 0 0.81 0 0.85
HSL 300º 0.68% 0.09% -
HSV(B) 300º 0.81% 0.15% -
XYZ 1.17 0.68 1.82 -
YUV 19.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 37 7 37 0 0.81 0 0.85 300 0.68 0.09
Hex 25 7 25 0 51 0 55 12C 44 9
Octal 45 7 45 0 121 0 125 454 104 11
Binary 100101 111 100101 0 1010001 0 1010101 100101100 1000100 1001

Color Harmonies of #250725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250725

Black with #250725

Text Example


Text Example

White with #250725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250725; }

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

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

background-color css

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

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

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

border-color css

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

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

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