Html Css Color HEX #6B0207 Burgundy

📋 copy color: '#6B0207'

red 107 ◦ green 2 ◦ blue 7

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

Shades of Burgundy #6B0207

Tints of Burgundy #6B0207

RGB

 RED value IS 107 (42.19% from 255) = 92.24%

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

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

R = 92.24%
G = 1.72%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6B0207 (or 0x6B0207) is known color: Burgundy. HEX triplet: 6B, 02 and 07. RGB value is (107,2,7). Sum of RGB (Red+Green+Blue) = 107+2+7=116 (15% of max value = 765). Red value is 107 (42.19% from 255 or 92.24% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0207 is #94FDF8. Grayscale: #222222. Windows color (decimal): -9764345 or 459371. OLE color: 459371.

HSL color Cylindrical-coordinate representation of color #6B0207: hue angle of 357.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0207 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 2 7 -
CMYK 0 0.98 0.93 0.58
HSL 357.14º 0.96% 0.21% -
HSV(B) 357.14º 0.98% 0.42% -
XYZ 6.12 3.18 0.49 -
YUV 33.97 112.79 180.09 -
System Red Green Blue C M Y K H S L
Decimal 107 2 7 0 0.98 0.93 0.58 357.14 0.96 0.21
Hex 6B 2 7 0 62 5D 3A 165 60 15
Octal 153 2 7 0 142 135 72 545 140 25
Binary 1101011 10 111 0 1100010 1011101 111010 101100101 1100000 10101

Color Harmonies of #6B0207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0207

Black with #6B0207

Text Example


Text Example

White with #6B0207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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