Html Css Color HEX #6F050F Burgundy

📋 copy color: '#6F050F'

red 111 ◦ green 5 ◦ blue 15

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

Shades of Burgundy #6F050F

Tints of Burgundy #6F050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.82%

 BLUE value IS 15 (6.25% from 255) = 11.45%

R = 84.73%
G = 3.82%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F050F (or 0x6F050F) is known color: Burgundy. HEX triplet: 6F, 05 and 0F. RGB value is (111,5,15). Sum of RGB (Red+Green+Blue) = 111+5+15=131 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.73% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 111 - color contains mainly: red. Hex color #6F050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F050F is #90FAF0. Grayscale: #252525. Windows color (decimal): -9501425 or 984431. OLE color: 984431.

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

Color convert

RGB 111 5 15 -
CMYK 0 0.95 0.86 0.56
HSL 354.34º 0.91% 0.23% -
HSV(B) 354.34º 0.95% 0.44% -
XYZ 6.7 3.52 0.78 -
YUV 37.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 111 5 15 0 0.95 0.86 0.56 354.34 0.91 0.23
Hex 6F 5 F 0 5F 56 38 162 5B 17
Octal 157 5 17 0 137 126 70 542 133 27
Binary 1101111 101 1111 0 1011111 1010110 111000 101100010 1011011 10111

Color Harmonies of #6F050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F050F

Black with #6F050F

Text Example


Text Example

White with #6F050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,5,15); }

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

background-color css

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

 a { background-color: rgb(111,5,15); }

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

border-color css

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

 span { border-color: rgb(111,5,15); }

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