Html Css Color HEX #6F051A Burgundy

📋 copy color: '#6F051A'

red 111 ◦ green 5 ◦ blue 26

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

Shades of Burgundy #6F051A

Tints of Burgundy #6F051A

RGB

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

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

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

R = 78.17%
G = 3.52%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F051A (or 0x6F051A) is known color: Burgundy. HEX triplet: 6F, 05 and 1A. RGB value is (111,5,26). Sum of RGB (Red+Green+Blue) = 111+5+26=142 (18% of max value = 765). Red value is 111 (43.75% from 255 or 78.17% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 111 - color contains mainly: red. Hex color #6F051A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F051A is #90FAE5. Grayscale: #272727. Windows color (decimal): -9501414 or 1705327. OLE color: 1705327.

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

Color convert

RGB 111 5 26 -
CMYK 0 0.95 0.77 0.56
HSL 348.11º 0.91% 0.23% -
HSV(B) 348.11º 0.95% 0.44% -
XYZ 6.8 3.56 1.31 -
YUV 39.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 111 5 26 0 0.95 0.77 0.56 348.11 0.91 0.23
Hex 6F 5 1A 0 5F 4D 38 15C 5B 17
Octal 157 5 32 0 137 115 70 534 133 27
Binary 1101111 101 11010 0 1011111 1001101 111000 101011100 1011011 10111

Color Harmonies of #6F051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F051A

Black with #6F051A

Text Example


Text Example

White with #6F051A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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