Html Css Color HEX #6F0800 Maroon

📋 copy color: '#6F0800'

red 111 ◦ green 8 ◦ blue 0

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

Shades of Maroon #6F0800

Tints of Maroon #6F0800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.28%
G = 6.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F0800 (or 0x6F0800) is known color: Maroon. HEX triplet: 6F, 08 and 00. RGB value is (111,8,0). Sum of RGB (Red+Green+Blue) = 111+8+0=119 (15% of max value = 765). Red value is 111 (43.75% from 255 or 93.28% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0800 is #90F7FF. Grayscale: #262626. Windows color (decimal): -9500672 or 2159. OLE color: 2159.

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

Color convert

RGB 111 8 0 -
CMYK 0 0.93 1 0.56
HSL 4.32º 1% 0.22% -
HSV(B) 4.32º 1% 0.44% -
XYZ 6.64 3.55 0.34 -
YUV 37.89 106.62 180.15 -
System Red Green Blue C M Y K H S L
Decimal 111 8 0 0 0.93 1 0.56 4.32 1 0.22
Hex 6F 8 0 0 5D 64 38 4 64 16
Octal 157 10 0 0 135 144 70 4 144 26
Binary 1101111 1000 0 0 1011101 1100100 111000 100 1100100 10110

Color Harmonies of #6F0800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0800

Black with #6F0800

Text Example


Text Example

White with #6F0800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,8,0); }

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

background-color css

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

 a { background-color: rgb(111,8,0); }

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

border-color css

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

 span { border-color: rgb(111,8,0); }

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