Html Css Color HEX #6F0014 Burgundy

📋 copy color: '#6F0014'

red 111 ◦ green 0 ◦ blue 20

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

Shades of Burgundy #6F0014

Tints of Burgundy #6F0014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.27%

R = 84.73%
G = 0%
B = 15.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#6F0014 (or 0x6F0014) is known color: Burgundy. HEX triplet: 6F, 00 and 14. RGB value is (111,0,20). Sum of RGB (Red+Green+Blue) = 111+0+20=131 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.73% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0014 is #90FFEB. Grayscale: #232323. Windows color (decimal): -9502700 or 1310831. OLE color: 1310831.

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

Color convert

RGB 111 0 20 -
CMYK 0 1 0.82 0.56
HSL 349.19º 1% 0.22% -
HSV(B) 349.19º 1% 0.44% -
XYZ 6.68 3.43 0.97 -
YUV 35.47 119.27 181.87 -
System Red Green Blue C M Y K H S L
Decimal 111 0 20 0 1 0.82 0.56 349.19 1 0.22
Hex 6F 0 14 0 64 52 38 15D 64 16
Octal 157 0 24 0 144 122 70 535 144 26
Binary 1101111 0 10100 0 1100100 1010010 111000 101011101 1100100 10110

Color Harmonies of #6F0014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0014

Black with #6F0014

Text Example


Text Example

White with #6F0014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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