Html Css Color HEX #191206 Maire

📋 copy color: '#191206'

red 25 ◦ green 18 ◦ blue 6

#191206
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #191206

Tints of Maire #191206

RGB

 RED value IS 25 (10.16% from 255) = 51.02%

 GREEN value IS 18 (7.42% from 255) = 36.73%

 BLUE value IS 6 (2.73% from 255) = 12.24%

R = 51.02%
G = 36.73%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.90

RGB Variations

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

Color information

#191206 (or 0x191206) is known color: Maire. HEX triplet: 19, 12 and 06. RGB value is (25,18,6). Sum of RGB (Red+Green+Blue) = 25+18+6=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 18 (7.42% from 255 or 36.73% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #191206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191206 is #E6EDF9. Grayscale: #121212. Windows color (decimal): -15134202 or 397849. OLE color: 397849.

HSL color Cylindrical-coordinate representation of color #191206: hue angle of 37.89º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #191206 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 18 6 -
CMYK 0 0.28 0.76 0.90
HSL 37.89º 0.61% 0.06% -
HSV(B) 37.89º 0.76% 0.1% -
XYZ 0.65 0.65 0.26 -
YUV 18.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 25 18 6 0 0.28 0.76 0.90 37.89 0.61 0.06
Hex 19 12 6 0 1C 4C 5A 26 3D 6
Octal 31 22 6 0 34 114 132 46 75 6
Binary 11001 10010 110 0 11100 1001100 1011010 100110 111101 110

Color Harmonies of #191206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191206

Black with #191206

Text Example


Text Example

White with #191206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191206; }

 p { color: rgb(25,18,6); }

 H1.HeaderClassName
 {
   color: #191206;
 }
 .AnyTagClassName
 {
   color: #191206;
 }
</style>

background-color css

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

 a { background-color: rgb(25,18,6); }

 div.DivClassName
 {
   background-color: #191206;
 }
 .BgClassName
 {
   background-color: #191206;
 }
</style>

border-color css

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

 span { border-color: rgb(25,18,6); }

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