Html Css Color HEX #6F0108 Burgundy

📋 copy color: '#6F0108'

red 111 ◦ green 1 ◦ blue 8

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

Shades of Burgundy #6F0108

Tints of Burgundy #6F0108

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

 BLUE value IS 8 (3.52% from 255) = 6.67%

R = 92.5%
G = 0.83%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#6F0108 (or 0x6F0108) is known color: Burgundy. HEX triplet: 6F, 01 and 08. RGB value is (111,1,8). Sum of RGB (Red+Green+Blue) = 111+1+8=120 (15% of max value = 765). Red value is 111 (43.75% from 255 or 92.5% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 8 (3.52% from 255 or 6.67% from 120); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0108 is #90FEF7. Grayscale: #222222. Windows color (decimal): -9502456 or 524655. OLE color: 524655.

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

Color convert

RGB 111 1 8 -
CMYK 0 0.99 0.93 0.56
HSL 356.18º 0.98% 0.22% -
HSV(B) 356.18º 0.99% 0.44% -
XYZ 6.61 3.42 0.54 -
YUV 34.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 111 1 8 0 0.99 0.93 0.56 356.18 0.98 0.22
Hex 6F 1 8 0 63 5D 38 164 62 16
Octal 157 1 10 0 143 135 70 544 142 26
Binary 1101111 1 1000 0 1100011 1011101 111000 101100100 1100010 10110

Color Harmonies of #6F0108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0108

Black with #6F0108

Text Example


Text Example

White with #6F0108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,1,8); }

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

background-color css

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

 a { background-color: rgb(111,1,8); }

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

border-color css

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

 span { border-color: rgb(111,1,8); }

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