#25210B

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

Shades of Maire #25210B

Tints of Maire #25210B

Color information

#25210B (or 0x25210B) is unknown color: approx Maire. HEX triplet: 25, 21 and 0B. RGB value is (37,33,11). Sum of RGB (Red+Green+Blue) = 37+33+11=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #25210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25210B is #DADEF4. Grayscale: #1F1F1F. Windows color (decimal): -14343925 or 729381. OLE color: 729381.

HSL color Cylindrical-coordinate representation of color #25210B: hue angle of 50.77º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25210B is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB373311-
CMYK00.110.700.85
HSL50.77º54.17%9.41%-
HSV(B)50.77º70.27%14.51%-
XYZ1.371.510.54-
YUV31.69116.33131.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.68%
GREEN value IS 33 (13.28% from 255) = 40.74%
BLUE value IS 11 (4.69% from 255) = 13.58%
R=45.68%
G=40.74%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37331100.110.700.8550.7754.179.41
Hex2521B0B465533369
Octal454113013106125636611
Binary100101100001101101011100011010101011100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25210B; }

 p { color: rgb(37,33,11); }

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

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

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

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

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

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

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