Html Css Color HEX #6F000F Burgundy

📋 copy color: '#6F000F'

red 111 ◦ green 0 ◦ blue 15

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

Shades of Burgundy #6F000F

Tints of Burgundy #6F000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.1%
G = 0%
B = 11.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F000F (or 0x6F000F) is known color: Burgundy. HEX triplet: 6F, 00 and 0F. RGB value is (111,0,15). Sum of RGB (Red+Green+Blue) = 111+0+15=126 (16% of max value = 765). Red value is 111 (43.75% from 255 or 88.10% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 111 - color contains mainly: red. Hex color #6F000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F000F is #90FFF0. Grayscale: #222222. Windows color (decimal): -9502705 or 983151. OLE color: 983151.

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

Color convert

RGB 111 0 15 -
CMYK 0 1 0.86 0.56
HSL 351.89º 1% 0.22% -
HSV(B) 351.89º 1% 0.44% -
XYZ 6.64 3.41 0.76 -
YUV 34.9 116.77 182.28 -
System Red Green Blue C M Y K H S L
Decimal 111 0 15 0 1 0.86 0.56 351.89 1 0.22
Hex 6F 0 F 0 64 56 38 160 64 16
Octal 157 0 17 0 144 126 70 540 144 26
Binary 1101111 0 1111 0 1100100 1010110 111000 101100000 1100100 10110

Color Harmonies of #6F000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F000F

Black with #6F000F

Text Example


Text Example

White with #6F000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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