#261D0A

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

Shades of Maire #261D0A

Tints of Maire #261D0A

Color information

#261D0A (or 0x261D0A) is unknown color: approx Maire. HEX triplet: 26, 1D and 0A. RGB value is (38,29,10). Sum of RGB (Red+Green+Blue) = 38+29+10=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #261D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261D0A is #D9E2F5. Grayscale: #1D1D1D. Windows color (decimal): -14279414 or 662822. OLE color: 662822.

HSL color Cylindrical-coordinate representation of color #261D0A: hue angle of 40.71º 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 #261D0A is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.85.

Color convert

RGB382910-
CMYK00.240.740.85
HSL40.71º58.33%9.41%-
HSV(B)40.71º73.68%14.9%-
XYZ1.291.310.47-
YUV29.52116.98134.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 49.35%
GREEN value IS 29 (11.72% from 255) = 37.66%
BLUE value IS 10 (4.30% from 255) = 12.99%
R=49.35%
G=37.66%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.74
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38291000.240.740.8540.7158.339.41
Hex261DA0184A55293a9
Octal463512030112125517211
Binary100110111011010011000100101010101011010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261D0A; }

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

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

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

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

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

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

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

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