#261D09

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

Shades of Maire #261D09

Tints of Maire #261D09

Color information

#261D09 (or 0x261D09) is unknown color: approx Maire. HEX triplet: 26, 1D and 09. RGB value is (38,29,9). Sum of RGB (Red+Green+Blue) = 38+29+9=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #261D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261D09 is #D9E2F6. Grayscale: #1D1D1D. Windows color (decimal): -14279415 or 597286. OLE color: 597286.

HSL color Cylindrical-coordinate representation of color #261D09: hue angle of 41.38º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #261D09 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.85.

Color convert

RGB38299-
CMYK00.240.760.85
HSL41.38º61.7%9.22%-
HSV(B)41.38º76.32%14.9%-
XYZ1.291.310.44-
YUV29.41116.48134.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50%
GREEN value IS 29 (11.72% from 255) = 38.16%
BLUE value IS 9 (3.91% from 255) = 11.84%
R=50%
G=38.16%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3829900.240.760.8541.3861.79.22
Hex261D90184C55293e9
Octal463511030114125517611
Binary100110111011001011000100110010101011010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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