Html Css Color HEX #25061F Mardi Gras

📋 copy color: '#25061F'

red 37 ◦ green 6 ◦ blue 31

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

Shades of Mardi Gras #25061F

Tints of Mardi Gras #25061F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 41.89%

R = 50%
G = 8.11%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#25061F (or 0x25061F) is known color: Mardi Gras. HEX triplet: 25, 06 and 1F. RGB value is (37,6,31). Sum of RGB (Red+Green+Blue) = 37+6+31=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #25061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25061F is #DAF9E0. Grayscale: #121212. Windows color (decimal): -14350817 or 2033189. OLE color: 2033189.

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

Color convert

RGB 37 6 31 -
CMYK 0 0.84 0.16 0.85
HSL 311.61º 0.72% 0.08% -
HSV(B) 311.61º 0.84% 0.15% -
XYZ 1.08 0.62 1.36 -
YUV 18.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 37 6 31 0 0.84 0.16 0.85 311.61 0.72 0.08
Hex 25 6 1F 0 54 10 55 138 48 8
Octal 45 6 37 0 124 20 125 470 110 10
Binary 100101 110 11111 0 1010100 10000 1010101 100111000 1001000 1000

Color Harmonies of #25061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25061F

Black with #25061F

Text Example


Text Example

White with #25061F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25061F; }

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

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

background-color css

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

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

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

border-color css

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

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

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