Html Css Color HEX #6B0714 Burgundy

📋 copy color: '#6B0714'

red 107 ◦ green 7 ◦ blue 20

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

Shades of Burgundy #6B0714

Tints of Burgundy #6B0714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.22%

 BLUE value IS 20 (8.2% from 255) = 14.93%

R = 79.85%
G = 5.22%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#6B0714 (or 0x6B0714) is known color: Burgundy. HEX triplet: 6B, 07 and 14. RGB value is (107,7,20). Sum of RGB (Red+Green+Blue) = 107+7+20=134 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.85% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0714 is #94F8EB. Grayscale: #262626. Windows color (decimal): -9763052 or 1312619. OLE color: 1312619.

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

Color convert

RGB 107 7 20 -
CMYK 0 0.93 0.81 0.58
HSL 352.2º 0.88% 0.22% -
HSV(B) 352.2º 0.93% 0.42% -
XYZ 6.27 3.33 0.97 -
YUV 38.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 107 7 20 0 0.93 0.81 0.58 352.2 0.88 0.22
Hex 6B 7 14 0 5D 51 3A 160 58 16
Octal 153 7 24 0 135 121 72 540 130 26
Binary 1101011 111 10100 0 1011101 1010001 111010 101100000 1011000 10110

Color Harmonies of #6B0714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0714

Black with #6B0714

Text Example


Text Example

White with #6B0714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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