Html Css Color HEX #6F0210 Burgundy

📋 copy color: '#6F0210'

red 111 ◦ green 2 ◦ blue 16

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

Shades of Burgundy #6F0210

Tints of Burgundy #6F0210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.55%

 BLUE value IS 16 (6.64% from 255) = 12.4%

R = 86.05%
G = 1.55%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F0210 (or 0x6F0210) is known color: Burgundy. HEX triplet: 6F, 02 and 10. RGB value is (111,2,16). Sum of RGB (Red+Green+Blue) = 111+2+16=129 (17% of max value = 765). Red value is 111 (43.75% from 255 or 86.05% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0210 is #90FDEF. Grayscale: #242424. Windows color (decimal): -9502192 or 1049199. OLE color: 1049199.

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

Color convert

RGB 111 2 16 -
CMYK 0 0.98 0.86 0.56
HSL 352.29º 0.96% 0.22% -
HSV(B) 352.29º 0.98% 0.44% -
XYZ 6.67 3.46 0.81 -
YUV 36.19 116.61 181.36 -
System Red Green Blue C M Y K H S L
Decimal 111 2 16 0 0.98 0.86 0.56 352.29 0.96 0.22
Hex 6F 2 10 0 62 56 38 160 60 16
Octal 157 2 20 0 142 126 70 540 140 26
Binary 1101111 10 10000 0 1100010 1010110 111000 101100000 1100000 10110

Color Harmonies of #6F0210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0210

Black with #6F0210

Text Example


Text Example

White with #6F0210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,2,16); }

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

background-color css

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

 a { background-color: rgb(111,2,16); }

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

border-color css

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

 span { border-color: rgb(111,2,16); }

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