#250822

Color #250822 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #250822

Tints of Mardi Gras #250822

Color information

#250822 (or 0x250822) is unknown color: approx Mardi Gras. HEX triplet: 25, 08 and 22. RGB value is (37,8,34). Sum of RGB (Red+Green+Blue) = 37+8+34=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 34 (13.67% from 255 or 43.04% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #250822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250822 is #DAF7DD. Grayscale: #131313. Windows color (decimal): -14350302 or 2230309. OLE color: 2230309.

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

Color convert

RGB37834-
CMYK00.780.080.85
HSL306.21º64.44%8.82%-
HSV(B)306.21º78.38%14.51%-
XYZ1.140.681.59-
YUV19.63136.11140.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 46.84%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 34 (13.67% from 255) = 43.04%
R=46.84%
G=10.13%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3783400.780.080.85306.2164.448.82
Hex2582204E855132409
Octal45104201161012546210011
Binary1001011000100010010011101000101010110011001010000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250822; }

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

 H1.HeaderClassName
 {
   color: #250822;
 }
 .AnyTagClassName
 {
   color: #250822;
 }
</style>
background-color css

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

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

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

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

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

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