Html Css Color HEX #6F081A Burgundy

📋 copy color: '#6F081A'

red 111 ◦ green 8 ◦ blue 26

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

Shades of Burgundy #6F081A

Tints of Burgundy #6F081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.52%

 BLUE value IS 26 (10.55% from 255) = 17.93%

R = 76.55%
G = 5.52%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F081A (or 0x6F081A) is known color: Burgundy. HEX triplet: 6F, 08 and 1A. RGB value is (111,8,26). Sum of RGB (Red+Green+Blue) = 111+8+26=145 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.55% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 111 - color contains mainly: red. Hex color #6F081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F081A is #90F7E5. Grayscale: #282828. Windows color (decimal): -9500646 or 1706095. OLE color: 1706095.

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

Color convert

RGB 111 8 26 -
CMYK 0 0.93 0.77 0.56
HSL 349.51º 0.87% 0.23% -
HSV(B) 349.51º 0.93% 0.44% -
XYZ 6.83 3.63 1.32 -
YUV 40.85 119.62 178.04 -
System Red Green Blue C M Y K H S L
Decimal 111 8 26 0 0.93 0.77 0.56 349.51 0.87 0.23
Hex 6F 8 1A 0 5D 4D 38 15E 57 17
Octal 157 10 32 0 135 115 70 536 127 27
Binary 1101111 1000 11010 0 1011101 1001101 111000 101011110 1010111 10111

Color Harmonies of #6F081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F081A

Black with #6F081A

Text Example


Text Example

White with #6F081A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,8,26); }

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

background-color css

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

 a { background-color: rgb(111,8,26); }

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

border-color css

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

 span { border-color: rgb(111,8,26); }

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