#252200

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

Shades of Maire #252200

Tints of Maire #252200

Color information

#252200 (or 0x252200) is unknown color: approx Maire. HEX triplet: 25, 22 and 00. RGB value is (37,34,0). Sum of RGB (Red+Green+Blue) = 37+34+0=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 34 (13.67% from 255 or 47.89% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #252200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252200 is #DADDFF. Grayscale: #1F1F1F. Windows color (decimal): -14343680 or 8741. OLE color: 8741.

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

Color convert

RGB37340-
CMYK00.0810.85
HSL55.14º100%7.25%-
HSV(B)55.14º100%14.51%-
XYZ1.331.540.23-
YUV31.02110.49132.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 52.11%
GREEN value IS 34 (13.67% from 255) = 47.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.11%
G=47.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3734000.0810.8555.141007.25
Hex2522008645537647
Octal45420010144125671447
Binary100101100010001000110010010101011101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252200; }

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

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

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

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

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

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

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

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