Html Css Color HEX #6F051E Burgundy

📋 copy color: '#6F051E'

red 111 ◦ green 5 ◦ blue 30

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

Shades of Burgundy #6F051E

Tints of Burgundy #6F051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.55%

R = 76.03%
G = 3.42%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#6F051E (or 0x6F051E) is known color: Burgundy. HEX triplet: 6F, 05 and 1E. RGB value is (111,5,30). Sum of RGB (Red+Green+Blue) = 111+5+30=146 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.03% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 111 - color contains mainly: red. Hex color #6F051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F051E is #90FAE1. Grayscale: #272727. Windows color (decimal): -9501410 or 1967471. OLE color: 1967471.

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

Color convert

RGB 111 5 30 -
CMYK 0 0.95 0.73 0.56
HSL 345.85º 0.91% 0.23% -
HSV(B) 345.85º 0.95% 0.44% -
XYZ 6.84 3.58 1.56 -
YUV 39.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 111 5 30 0 0.95 0.73 0.56 345.85 0.91 0.23
Hex 6F 5 1E 0 5F 49 38 15A 5B 17
Octal 157 5 36 0 137 111 70 532 133 27
Binary 1101111 101 11110 0 1011111 1001001 111000 101011010 1011011 10111

Color Harmonies of #6F051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F051E

Black with #6F051E

Text Example


Text Example

White with #6F051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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