Html Css Color HEX #250422 Mardi Gras

📋 copy color: '#250422'

red 37 ◦ green 4 ◦ blue 34

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

Shades of Mardi Gras #250422

Tints of Mardi Gras #250422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.33%

 BLUE value IS 34 (13.67% from 255) = 45.33%

R = 49.33%
G = 5.33%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#250422 (or 0x250422) is known color: Mardi Gras. HEX triplet: 25, 04 and 22. RGB value is (37,4,34). Sum of RGB (Red+Green+Blue) = 37+4+34=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 34 (13.67% from 255 or 45.33% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #250422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250422 is #DAFBDD. Grayscale: #111111. Windows color (decimal): -14351326 or 2229285. OLE color: 2229285.

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

Color convert

RGB 37 4 34 -
CMYK 0 0.89 0.08 0.85
HSL 305.45º 0.8% 0.08% -
HSV(B) 305.45º 0.89% 0.15% -
XYZ 1.1 0.6 1.57 -
YUV 17.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 37 4 34 0 0.89 0.08 0.85 305.45 0.8 0.08
Hex 25 4 22 0 59 8 55 131 50 8
Octal 45 4 42 0 131 10 125 461 120 10
Binary 100101 100 100010 0 1011001 1000 1010101 100110001 1010000 1000

Color Harmonies of #250422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250422

Black with #250422

Text Example


Text Example

White with #250422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250422; }

 p { color: rgb(37,4,34); }

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

background-color css

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

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

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

border-color css

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

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

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