Html Css Color HEX #250625 Mardi Gras

📋 copy color: '#250625'

red 37 ◦ green 6 ◦ blue 37

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

Shades of Mardi Gras #250625

Tints of Mardi Gras #250625

RGB

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

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

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

R = 46.25%
G = 7.5%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#250625 (or 0x250625) is known color: Mardi Gras. HEX triplet: 25, 06 and 25. RGB value is (37,6,37). Sum of RGB (Red+Green+Blue) = 37+6+37=80 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.25% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #250625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250625 is #DAF9DA. Grayscale: #121212. Windows color (decimal): -14350811 or 2426405. OLE color: 2426405.

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

Color convert

RGB 37 6 37 -
CMYK 0 0.84 0 0.85
HSL 300º 0.72% 0.08% -
HSV(B) 300º 0.84% 0.15% -
XYZ 1.16 0.66 1.82 -
YUV 18.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 37 6 37 0 0.84 0 0.85 300 0.72 0.08
Hex 25 6 25 0 54 0 55 12C 48 8
Octal 45 6 45 0 124 0 125 454 110 10
Binary 100101 110 100101 0 1010100 0 1010101 100101100 1001000 1000

Color Harmonies of #250625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250625

Black with #250625

Text Example


Text Example

White with #250625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250625; }

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

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

background-color css

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

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

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

border-color css

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

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

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