Html Css Color HEX #6F020B Burgundy

📋 copy color: '#6F020B'

red 111 ◦ green 2 ◦ blue 11

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

Shades of Burgundy #6F020B

Tints of Burgundy #6F020B

RGB

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

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

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

R = 89.52%
G = 1.61%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#6F020B (or 0x6F020B) is known color: Burgundy. HEX triplet: 6F, 02 and 0B. RGB value is (111,2,11). Sum of RGB (Red+Green+Blue) = 111+2+11=124 (16% of max value = 765). Red value is 111 (43.75% from 255 or 89.52% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 111 - color contains mainly: red. Hex color #6F020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F020B is #90FDF4. Grayscale: #232323. Windows color (decimal): -9502197 or 721519. OLE color: 721519.

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

Color convert

RGB 111 2 11 -
CMYK 0 0.98 0.90 0.56
HSL 355.05º 0.96% 0.22% -
HSV(B) 355.05º 0.98% 0.44% -
XYZ 6.64 3.45 0.63 -
YUV 35.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 111 2 11 0 0.98 0.90 0.56 355.05 0.96 0.22
Hex 6F 2 B 0 62 5A 38 163 60 16
Octal 157 2 13 0 142 132 70 543 140 26
Binary 1101111 10 1011 0 1100010 1011010 111000 101100011 1100000 10110

Color Harmonies of #6F020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F020B

Black with #6F020B

Text Example


Text Example

White with #6F020B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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