Html Css Color HEX #6F0715 Burgundy

📋 copy color: '#6F0715'

red 111 ◦ green 7 ◦ blue 21

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

Shades of Burgundy #6F0715

Tints of Burgundy #6F0715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.04%

 BLUE value IS 21 (8.59% from 255) = 15.11%

R = 79.86%
G = 5.04%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#6F0715 (or 0x6F0715) is known color: Burgundy. HEX triplet: 6F, 07 and 15. RGB value is (111,7,21). Sum of RGB (Red+Green+Blue) = 111+7+21=139 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.86% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0715 is #90F8EA. Grayscale: #272727. Windows color (decimal): -9500907 or 1378159. OLE color: 1378159.

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

Color convert

RGB 111 7 21 -
CMYK 0 0.94 0.81 0.56
HSL 351.92º 0.88% 0.23% -
HSV(B) 351.92º 0.94% 0.44% -
XYZ 6.77 3.59 1.04 -
YUV 39.69 117.46 178.86 -
System Red Green Blue C M Y K H S L
Decimal 111 7 21 0 0.94 0.81 0.56 351.92 0.88 0.23
Hex 6F 7 15 0 5E 51 38 160 58 17
Octal 157 7 25 0 136 121 70 540 130 27
Binary 1101111 111 10101 0 1011110 1010001 111000 101100000 1011000 10111

Color Harmonies of #6F0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0715

Black with #6F0715

Text Example


Text Example

White with #6F0715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,7,21); }

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

background-color css

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

 a { background-color: rgb(111,7,21); }

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

border-color css

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

 span { border-color: rgb(111,7,21); }

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