Html Css Color HEX #6F021F Burgundy

📋 copy color: '#6F021F'

red 111 ◦ green 2 ◦ blue 31

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

Shades of Burgundy #6F021F

Tints of Burgundy #6F021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.53%

R = 77.08%
G = 1.39%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F021F (or 0x6F021F) is known color: Burgundy. HEX triplet: 6F, 02 and 1F. RGB value is (111,2,31). Sum of RGB (Red+Green+Blue) = 111+2+31=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F021F is #90FDE0. Grayscale: #252525. Windows color (decimal): -9502177 or 2032239. OLE color: 2032239.

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

Color convert

RGB 111 2 31 -
CMYK 0 0.98 0.72 0.56
HSL 344.04º 0.96% 0.22% -
HSV(B) 344.04º 0.98% 0.44% -
XYZ 6.82 3.52 1.62 -
YUV 37.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 111 2 31 0 0.98 0.72 0.56 344.04 0.96 0.22
Hex 6F 2 1F 0 62 48 38 158 60 16
Octal 157 2 37 0 142 110 70 530 140 26
Binary 1101111 10 11111 0 1100010 1001000 111000 101011000 1100000 10110

Color Harmonies of #6F021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F021F

Black with #6F021F

Text Example


Text Example

White with #6F021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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