Html Css Color HEX #6F0029 Burgundy

📋 copy color: '#6F0029'

red 111 ◦ green 0 ◦ blue 41

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

Shades of Burgundy #6F0029

Tints of Burgundy #6F0029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.03%
G = 0%
B = 26.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6F0029 (or 0x6F0029) is known color: Burgundy. HEX triplet: 6F, 00 and 29. RGB value is (111,0,41). Sum of RGB (Red+Green+Blue) = 111+0+41=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0029 is #90FFD6. Grayscale: #252525. Windows color (decimal): -9502679 or 2687087. OLE color: 2687087.

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

Color convert

RGB 111 0 41 -
CMYK 0 1 0.63 0.56
HSL 337.84º 1% 0.22% -
HSV(B) 337.84º 1% 0.44% -
XYZ 6.96 3.54 2.41 -
YUV 37.86 129.77 180.17 -
System Red Green Blue C M Y K H S L
Decimal 111 0 41 0 1 0.63 0.56 337.84 1 0.22
Hex 6F 0 29 0 64 3F 38 152 64 16
Octal 157 0 51 0 144 77 70 522 144 26
Binary 1101111 0 101001 0 1100100 111111 111000 101010010 1100100 10110

Color Harmonies of #6F0029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0029

Black with #6F0029

Text Example


Text Example

White with #6F0029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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