Html Css Color HEX #6F0D09 Maroon

📋 copy color: '#6F0D09'

red 111 ◦ green 13 ◦ blue 9

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

Shades of Maroon #6F0D09

Tints of Maroon #6F0D09

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.77%

 BLUE value IS 9 (3.91% from 255) = 6.77%

R = 83.46%
G = 9.77%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#6F0D09 (or 0x6F0D09) is known color: Maroon. HEX triplet: 6F, 0D and 09. RGB value is (111,13,9). Sum of RGB (Red+Green+Blue) = 111+13+9=133 (17% of max value = 765). Red value is 111 (43.75% from 255 or 83.46% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0D09 is #90F2F6. Grayscale: #292929. Windows color (decimal): -9499383 or 593263. OLE color: 593263.

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

Color convert

RGB 111 13 9 -
CMYK 0 0.88 0.92 0.56
HSL 2.35º 0.85% 0.24% -
HSV(B) 2.35º 0.92% 0.44% -
XYZ 6.75 3.69 0.61 -
YUV 41.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 111 13 9 0 0.88 0.92 0.56 2.35 0.85 0.24
Hex 6F D 9 0 58 5C 38 2 55 18
Octal 157 15 11 0 130 134 70 2 125 30
Binary 1101111 1101 1001 0 1011000 1011100 111000 10 1010101 11000

Color Harmonies of #6F0D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0D09

Black with #6F0D09

Text Example


Text Example

White with #6F0D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,13,9); }

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

background-color css

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

 a { background-color: rgb(111,13,9); }

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

border-color css

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

 span { border-color: rgb(111,13,9); }

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