Html Css Color HEX #6F1003 Maroon

📋 copy color: '#6F1003'

red 111 ◦ green 16 ◦ blue 3

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

Shades of Maroon #6F1003

Tints of Maroon #6F1003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.31%

 BLUE value IS 3 (1.56% from 255) = 2.31%

R = 85.38%
G = 12.31%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#6F1003 (or 0x6F1003) is known color: Maroon. HEX triplet: 6F, 10 and 03. RGB value is (111,16,3). Sum of RGB (Red+Green+Blue) = 111+16+3=130 (17% of max value = 765). Red value is 111 (43.75% from 255 or 85.38% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1003 is #90EFFC. Grayscale: #2B2B2B. Windows color (decimal): -9498621 or 200815. OLE color: 200815.

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

Color convert

RGB 111 16 3 -
CMYK 0 0.86 0.97 0.56
HSL 7.22º 0.95% 0.22% -
HSV(B) 7.22º 0.97% 0.44% -
XYZ 6.76 3.76 0.46 -
YUV 42.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 111 16 3 0 0.86 0.97 0.56 7.22 0.95 0.22
Hex 6F 10 3 0 56 61 38 7 5F 16
Octal 157 20 3 0 126 141 70 7 137 26
Binary 1101111 10000 11 0 1010110 1100001 111000 111 1011111 10110

Color Harmonies of #6F1003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1003

Black with #6F1003

Text Example


Text Example

White with #6F1003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,16,3); }

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

background-color css

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

 a { background-color: rgb(111,16,3); }

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

border-color css

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

 span { border-color: rgb(111,16,3); }

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