Html Css Color HEX #6F0410 Burgundy

📋 copy color: '#6F0410'

red 111 ◦ green 4 ◦ blue 16

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

Shades of Burgundy #6F0410

Tints of Burgundy #6F0410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.05%

 BLUE value IS 16 (6.64% from 255) = 12.21%

R = 84.73%
G = 3.05%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F0410 (or 0x6F0410) is known color: Burgundy. HEX triplet: 6F, 04 and 10. RGB value is (111,4,16). Sum of RGB (Red+Green+Blue) = 111+4+16=131 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.73% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0410 is #90FBEF. Grayscale: #252525. Windows color (decimal): -9501680 or 1049711. OLE color: 1049711.

HSL color Cylindrical-coordinate representation of color #6F0410: hue angle of 353.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0410 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 4 16 -
CMYK 0 0.96 0.86 0.56
HSL 353.27º 0.93% 0.23% -
HSV(B) 353.27º 0.96% 0.44% -
XYZ 6.69 3.5 0.81 -
YUV 37.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 111 4 16 0 0.96 0.86 0.56 353.27 0.93 0.23
Hex 6F 4 10 0 60 56 38 161 5D 17
Octal 157 4 20 0 140 126 70 541 135 27
Binary 1101111 100 10000 0 1100000 1010110 111000 101100001 1011101 10111

Color Harmonies of #6F0410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0410

Black with #6F0410

Text Example


Text Example

White with #6F0410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,4,16); }

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

background-color css

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

 a { background-color: rgb(111,4,16); }

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

border-color css

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

 span { border-color: rgb(111,4,16); }

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