Html Css Color HEX #6F0829 Burgundy

📋 copy color: '#6F0829'

red 111 ◦ green 8 ◦ blue 41

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

Shades of Burgundy #6F0829

Tints of Burgundy #6F0829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.63%

R = 69.38%
G = 5%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6F0829 (or 0x6F0829) is known color: Burgundy. HEX triplet: 6F, 08 and 29. RGB value is (111,8,41). Sum of RGB (Red+Green+Blue) = 111+8+41=160 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.38% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0829 is #90F7D6. Grayscale: #2A2A2A. Windows color (decimal): -9500631 or 2689135. OLE color: 2689135.

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

Color convert

RGB 111 8 41 -
CMYK 0 0.93 0.63 0.56
HSL 340.78º 0.87% 0.23% -
HSV(B) 340.78º 0.93% 0.44% -
XYZ 7.04 3.71 2.44 -
YUV 42.56 127.12 176.82 -
System Red Green Blue C M Y K H S L
Decimal 111 8 41 0 0.93 0.63 0.56 340.78 0.87 0.23
Hex 6F 8 29 0 5D 3F 38 155 57 17
Octal 157 10 51 0 135 77 70 525 127 27
Binary 1101111 1000 101001 0 1011101 111111 111000 101010101 1010111 10111

Color Harmonies of #6F0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0829

Black with #6F0829

Text Example


Text Example

White with #6F0829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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