Html Css Color HEX #6F0B21 Burgundy

📋 copy color: '#6F0B21'

red 111 ◦ green 11 ◦ blue 33

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

Shades of Burgundy #6F0B21

Tints of Burgundy #6F0B21

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.1%

 BLUE value IS 33 (13.28% from 255) = 21.29%

R = 71.61%
G = 7.1%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#6F0B21 (or 0x6F0B21) is known color: Burgundy. HEX triplet: 6F, 0B and 21. RGB value is (111,11,33). Sum of RGB (Red+Green+Blue) = 111+11+33=155 (20% of max value = 765). Red value is 111 (43.75% from 255 or 71.61% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B21 is #90F4DE. Grayscale: #2B2B2B. Windows color (decimal): -9499871 or 2165615. OLE color: 2165615.

HSL color Cylindrical-coordinate representation of color #6F0B21: hue angle of 346.8º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B21 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 11 33 -
CMYK 0 0.90 0.70 0.56
HSL 346.8º 0.82% 0.24% -
HSV(B) 346.8º 0.9% 0.44% -
XYZ 6.95 3.73 1.79 -
YUV 43.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 111 11 33 0 0.90 0.70 0.56 346.8 0.82 0.24
Hex 6F B 21 0 5A 46 38 15B 52 18
Octal 157 13 41 0 132 106 70 533 122 30
Binary 1101111 1011 100001 0 1011010 1000110 111000 101011011 1010010 11000

Color Harmonies of #6F0B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0B21

Black with #6F0B21

Text Example


Text Example

White with #6F0B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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