Html Css Color HEX #6F041F Burgundy

📋 copy color: '#6F041F'

red 111 ◦ green 4 ◦ blue 31

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

Shades of Burgundy #6F041F

Tints of Burgundy #6F041F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.74%

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

R = 76.03%
G = 2.74%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F041F (or 0x6F041F) is known color: Burgundy. HEX triplet: 6F, 04 and 1F. RGB value is (111,4,31). Sum of RGB (Red+Green+Blue) = 111+4+31=146 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.03% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 111 - color contains mainly: red. Hex color #6F041F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F041F is #90FBE0. Grayscale: #272727. Windows color (decimal): -9501665 or 2032751. OLE color: 2032751.

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

Color convert

RGB 111 4 31 -
CMYK 0 0.96 0.72 0.56
HSL 344.86º 0.93% 0.23% -
HSV(B) 344.86º 0.96% 0.44% -
XYZ 6.85 3.57 1.62 -
YUV 39.07 123.45 179.3 -
System Red Green Blue C M Y K H S L
Decimal 111 4 31 0 0.96 0.72 0.56 344.86 0.93 0.23
Hex 6F 4 1F 0 60 48 38 159 5D 17
Octal 157 4 37 0 140 110 70 531 135 27
Binary 1101111 100 11111 0 1100000 1001000 111000 101011001 1011101 10111

Color Harmonies of #6F041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F041F

Black with #6F041F

Text Example


Text Example

White with #6F041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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