Html Css Color HEX #6F070D Burgundy

📋 copy color: '#6F070D'

red 111 ◦ green 7 ◦ blue 13

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

Shades of Burgundy #6F070D

Tints of Burgundy #6F070D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.92%

R = 84.73%
G = 5.34%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F070D (or 0x6F070D) is known color: Burgundy. HEX triplet: 6F, 07 and 0D. RGB value is (111,7,13). Sum of RGB (Red+Green+Blue) = 111+7+13=131 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.73% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 111 - color contains mainly: red. Hex color #6F070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F070D is #90F8F2. Grayscale: #262626. Windows color (decimal): -9500915 or 853871. OLE color: 853871.

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

Color convert

RGB 111 7 13 -
CMYK 0 0.94 0.88 0.56
HSL 356.54º 0.88% 0.23% -
HSV(B) 356.54º 0.94% 0.44% -
XYZ 6.7 3.56 0.71 -
YUV 38.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 111 7 13 0 0.94 0.88 0.56 356.54 0.88 0.23
Hex 6F 7 D 0 5E 58 38 165 58 17
Octal 157 7 15 0 136 130 70 545 130 27
Binary 1101111 111 1101 0 1011110 1011000 111000 101100101 1011000 10111

Color Harmonies of #6F070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F070D

Black with #6F070D

Text Example


Text Example

White with #6F070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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