Html Css Color HEX #6F0512 Burgundy

📋 copy color: '#6F0512'

red 111 ◦ green 5 ◦ blue 18

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

Shades of Burgundy #6F0512

Tints of Burgundy #6F0512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.43%

R = 82.84%
G = 3.73%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#6F0512 (or 0x6F0512) is known color: Burgundy. HEX triplet: 6F, 05 and 12. RGB value is (111,5,18). Sum of RGB (Red+Green+Blue) = 111+5+18=134 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.84% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0512 is #90FAED. Grayscale: #262626. Windows color (decimal): -9501422 or 1181039. OLE color: 1181039.

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

Color convert

RGB 111 5 18 -
CMYK 0 0.95 0.84 0.56
HSL 352.64º 0.91% 0.23% -
HSV(B) 352.64º 0.95% 0.44% -
XYZ 6.72 3.53 0.9 -
YUV 38.18 116.62 179.94 -
System Red Green Blue C M Y K H S L
Decimal 111 5 18 0 0.95 0.84 0.56 352.64 0.91 0.23
Hex 6F 5 12 0 5F 54 38 161 5B 17
Octal 157 5 22 0 137 124 70 541 133 27
Binary 1101111 101 10010 0 1011111 1010100 111000 101100001 1011011 10111

Color Harmonies of #6F0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0512

Black with #6F0512

Text Example


Text Example

White with #6F0512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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