#25210E

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

Shades of Maire #25210E

Tints of Maire #25210E

Color information

#25210E (or 0x25210E) is unknown color: approx Maire. HEX triplet: 25, 21 and 0E. RGB value is (37,33,14). Sum of RGB (Red+Green+Blue) = 37+33+14=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 37 - color contains mainly: red. Hex color #25210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25210E is #DADEF1. Grayscale: #202020. Windows color (decimal): -14343922 or 925989. OLE color: 925989.

HSL color Cylindrical-coordinate representation of color #25210E: hue angle of 49.57º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #25210E is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB373314-
CMYK00.110.620.85
HSL49.57º45.1%10%-
HSV(B)49.57º62.16%14.51%-
XYZ1.391.510.63-
YUV32.03117.83131.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.05%
GREEN value IS 33 (13.28% from 255) = 39.29%
BLUE value IS 14 (5.86% from 255) = 16.67%
R=44.05%
G=39.29%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37331400.110.620.8549.5745.110
Hex2521E0B3E55322da
Octal45411601376125625512
Binary10010110000111100101111111010101011100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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