Html Css Color HEX #6F0207 Burgundy

📋 copy color: '#6F0207'

red 111 ◦ green 2 ◦ blue 7

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

Shades of Burgundy #6F0207

Tints of Burgundy #6F0207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

 BLUE value IS 7 (3.13% from 255) = 5.83%

R = 92.5%
G = 1.67%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#6F0207 (or 0x6F0207) is known color: Burgundy. HEX triplet: 6F, 02 and 07. RGB value is (111,2,7). Sum of RGB (Red+Green+Blue) = 111+2+7=120 (15% of max value = 765). Red value is 111 (43.75% from 255 or 92.5% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0207 is #90FDF8. Grayscale: #232323. Windows color (decimal): -9502201 or 459375. OLE color: 459375.

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

Color convert

RGB 111 2 7 -
CMYK 0 0.98 0.94 0.56
HSL 357.25º 0.96% 0.22% -
HSV(B) 357.25º 0.98% 0.44% -
XYZ 6.62 3.44 0.52 -
YUV 35.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 111 2 7 0 0.98 0.94 0.56 357.25 0.96 0.22
Hex 6F 2 7 0 62 5E 38 165 60 16
Octal 157 2 7 0 142 136 70 545 140 26
Binary 1101111 10 111 0 1100010 1011110 111000 101100101 1100000 10110

Color Harmonies of #6F0207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0207

Black with #6F0207

Text Example


Text Example

White with #6F0207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,2,7); }

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

background-color css

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

 a { background-color: rgb(111,2,7); }

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

border-color css

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

 span { border-color: rgb(111,2,7); }

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