Html Css Color HEX #6F030E Burgundy

📋 copy color: '#6F030E'

red 111 ◦ green 3 ◦ blue 14

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

Shades of Burgundy #6F030E

Tints of Burgundy #6F030E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.34%

 BLUE value IS 14 (5.86% from 255) = 10.94%

R = 86.72%
G = 2.34%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#6F030E (or 0x6F030E) is known color: Burgundy. HEX triplet: 6F, 03 and 0E. RGB value is (111,3,14). Sum of RGB (Red+Green+Blue) = 111+3+14=128 (16% of max value = 765). Red value is 111 (43.75% from 255 or 86.72% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 111 - color contains mainly: red. Hex color #6F030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F030E is #90FCF1. Grayscale: #242424. Windows color (decimal): -9501938 or 918383. OLE color: 918383.

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

Color convert

RGB 111 3 14 -
CMYK 0 0.97 0.87 0.56
HSL 353.89º 0.95% 0.22% -
HSV(B) 353.89º 0.97% 0.44% -
XYZ 6.67 3.48 0.74 -
YUV 36.55 115.28 181.11 -
System Red Green Blue C M Y K H S L
Decimal 111 3 14 0 0.97 0.87 0.56 353.89 0.95 0.22
Hex 6F 3 E 0 61 57 38 162 5F 16
Octal 157 3 16 0 141 127 70 542 137 26
Binary 1101111 11 1110 0 1100001 1010111 111000 101100010 1011111 10110

Color Harmonies of #6F030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F030E

Black with #6F030E

Text Example


Text Example

White with #6F030E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,3,14); }

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

background-color css

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

 a { background-color: rgb(111,3,14); }

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

border-color css

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

 span { border-color: rgb(111,3,14); }

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