Html Css Color HEX #6F1101 Maroon

📋 copy color: '#6F1101'

red 111 ◦ green 17 ◦ blue 1

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

Shades of Maroon #6F1101

Tints of Maroon #6F1101

RGB

 RED value IS 111 (43.75% from 255) = 86.05%

 GREEN value IS 17 (7.03% from 255) = 13.18%

 BLUE value IS 1 (0.78% from 255) = 0.78%

R = 86.05%
G = 13.18%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F1101 (or 0x6F1101) is known color: Maroon. HEX triplet: 6F, 11 and 01. RGB value is (111,17,1). Sum of RGB (Red+Green+Blue) = 111+17+1=129 (17% of max value = 765). Red value is 111 (43.75% from 255 or 86.05% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1101 is #90EEFE. Grayscale: #2B2B2B. Windows color (decimal): -9498367 or 69999. OLE color: 69999.

HSL color Cylindrical-coordinate representation of color #6F1101: hue angle of 8.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F1101 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 17 1 -
CMYK 0 0.85 0.99 0.56
HSL 8.73º 0.98% 0.22% -
HSV(B) 8.73º 0.99% 0.44% -
XYZ 6.76 3.78 0.4 -
YUV 43.28 104.14 176.3 -
System Red Green Blue C M Y K H S L
Decimal 111 17 1 0 0.85 0.99 0.56 8.73 0.98 0.22
Hex 6F 11 1 0 55 63 38 9 62 16
Octal 157 21 1 0 125 143 70 11 142 26
Binary 1101111 10001 1 0 1010101 1100011 111000 1001 1100010 10110

Color Harmonies of #6F1101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1101

Black with #6F1101

Text Example


Text Example

White with #6F1101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F1101; }

 p { color: rgb(111,17,1); }

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

background-color css

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

 a { background-color: rgb(111,17,1); }

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

border-color css

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

 span { border-color: rgb(111,17,1); }

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