#26250A

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

Shades of Maire #26250A

Tints of Maire #26250A

Color information

#26250A (or 0x26250A) is unknown color: approx Maire. HEX triplet: 26, 25 and 0A. RGB value is (38,37,10). Sum of RGB (Red+Green+Blue) = 38+37+10=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 37 (14.84% from 255 or 43.53% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 38 - color contains mainly: red. Hex color #26250A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26250A is #D9DAF5. Grayscale: #222222. Windows color (decimal): -14277366 or 664870. OLE color: 664870.

HSL color Cylindrical-coordinate representation of color #26250A: hue angle of 57.86º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26250A is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB383710-
CMYK00.030.740.85
HSL57.86º58.33%9.41%-
HSV(B)57.86º73.68%14.9%-
XYZ1.521.760.55-
YUV34.22114.33130.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 44.71%
GREEN value IS 37 (14.84% from 255) = 43.53%
BLUE value IS 10 (4.30% from 255) = 11.76%
R=44.71%
G=43.53%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38371000.030.740.8557.8658.339.41
Hex2625A034A553a3a9
Octal46451203112125727211
Binary1001101001011010011100101010101011110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26250A; }

 p { color: rgb(38,37,10); }

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

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

 a { background-color: rgb(38,37,10); }

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

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

 span { border-color: rgb(38,37,10); }

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