Html Css Color HEX #6F051F Burgundy

📋 copy color: '#6F051F'

red 111 ◦ green 5 ◦ blue 31

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

Shades of Burgundy #6F051F

Tints of Burgundy #6F051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.4%

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

R = 75.51%
G = 3.4%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6F051F (or 0x6F051F) is known color: Burgundy. HEX triplet: 6F, 05 and 1F. RGB value is (111,5,31). Sum of RGB (Red+Green+Blue) = 111+5+31=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F051F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F051F is #90FAE0. Grayscale: #272727. Windows color (decimal): -9501409 or 2033007. OLE color: 2033007.

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

Color convert

RGB 111 5 31 -
CMYK 0 0.95 0.72 0.56
HSL 345.28º 0.91% 0.23% -
HSV(B) 345.28º 0.95% 0.44% -
XYZ 6.86 3.59 1.63 -
YUV 39.66 123.12 178.89 -
System Red Green Blue C M Y K H S L
Decimal 111 5 31 0 0.95 0.72 0.56 345.28 0.91 0.23
Hex 6F 5 1F 0 5F 48 38 159 5B 17
Octal 157 5 37 0 137 110 70 531 133 27
Binary 1101111 101 11111 0 1011111 1001000 111000 101011001 1011011 10111

Color Harmonies of #6F051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F051F

Black with #6F051F

Text Example


Text Example

White with #6F051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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