Html Css Color HEX #6F0F09 Maroon

📋 copy color: '#6F0F09'

red 111 ◦ green 15 ◦ blue 9

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

Shades of Maroon #6F0F09

Tints of Maroon #6F0F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.11%

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

R = 82.22%
G = 11.11%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#6F0F09 (or 0x6F0F09) is known color: Maroon. HEX triplet: 6F, 0F and 09. RGB value is (111,15,9). Sum of RGB (Red+Green+Blue) = 111+15+9=135 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.22% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0F09 is #90F0F6. Grayscale: #2B2B2B. Windows color (decimal): -9498871 or 593775. OLE color: 593775.

HSL color Cylindrical-coordinate representation of color #6F0F09: hue angle of 3.53º 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 #6F0F09 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 15 9 -
CMYK 0 0.86 0.92 0.56
HSL 3.53º 0.85% 0.24% -
HSV(B) 3.53º 0.92% 0.44% -
XYZ 6.78 3.74 0.62 -
YUV 43.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 111 15 9 0 0.86 0.92 0.56 3.53 0.85 0.24
Hex 6F F 9 0 56 5C 38 4 55 18
Octal 157 17 11 0 126 134 70 4 125 30
Binary 1101111 1111 1001 0 1010110 1011100 111000 100 1010101 11000

Color Harmonies of #6F0F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0F09

Black with #6F0F09

Text Example


Text Example

White with #6F0F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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