Html Css Color HEX #6F070B Burgundy

📋 copy color: '#6F070B'

red 111 ◦ green 7 ◦ blue 11

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

Shades of Burgundy #6F070B

Tints of Burgundy #6F070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.43%

 BLUE value IS 11 (4.69% from 255) = 8.53%

R = 86.05%
G = 5.43%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#6F070B (or 0x6F070B) is known color: Burgundy. HEX triplet: 6F, 07 and 0B. RGB value is (111,7,11). Sum of RGB (Red+Green+Blue) = 111+7+11=129 (17% of max value = 765). Red value is 111 (43.75% from 255 or 86.05% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 111 - color contains mainly: red. Hex color #6F070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F070B is #90F8F4. Grayscale: #262626. Windows color (decimal): -9500917 or 722799. OLE color: 722799.

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

Color convert

RGB 111 7 11 -
CMYK 0 0.94 0.90 0.56
HSL 357.69º 0.88% 0.23% -
HSV(B) 357.69º 0.94% 0.44% -
XYZ 6.69 3.56 0.65 -
YUV 38.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 111 7 11 0 0.94 0.90 0.56 357.69 0.88 0.23
Hex 6F 7 B 0 5E 5A 38 166 58 17
Octal 157 7 13 0 136 132 70 546 130 27
Binary 1101111 111 1011 0 1011110 1011010 111000 101100110 1011000 10111

Color Harmonies of #6F070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F070B

Black with #6F070B

Text Example


Text Example

White with #6F070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,7,11); }

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

background-color css

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

 a { background-color: rgb(111,7,11); }

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

border-color css

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

 span { border-color: rgb(111,7,11); }

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