Html Css Color HEX #6F0514 Burgundy

📋 copy color: '#6F0514'

red 111 ◦ green 5 ◦ blue 20

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

Shades of Burgundy #6F0514

Tints of Burgundy #6F0514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.71%

R = 81.62%
G = 3.68%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#6F0514 (or 0x6F0514) is known color: Burgundy. HEX triplet: 6F, 05 and 14. RGB value is (111,5,20). Sum of RGB (Red+Green+Blue) = 111+5+20=136 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.62% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0514 is #90FAEB. Grayscale: #262626. Windows color (decimal): -9501420 or 1312111. OLE color: 1312111.

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

Color convert

RGB 111 5 20 -
CMYK 0 0.95 0.82 0.56
HSL 351.51º 0.91% 0.23% -
HSV(B) 351.51º 0.95% 0.44% -
XYZ 6.74 3.54 0.99 -
YUV 38.4 117.62 179.78 -
System Red Green Blue C M Y K H S L
Decimal 111 5 20 0 0.95 0.82 0.56 351.51 0.91 0.23
Hex 6F 5 14 0 5F 52 38 160 5B 17
Octal 157 5 24 0 137 122 70 540 133 27
Binary 1101111 101 10100 0 1011111 1010010 111000 101100000 1011011 10111

Color Harmonies of #6F0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0514

Black with #6F0514

Text Example


Text Example

White with #6F0514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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