Html Css Color HEX #6B040F Burgundy

📋 copy color: '#6B040F'

red 107 ◦ green 4 ◦ blue 15

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

Shades of Burgundy #6B040F

Tints of Burgundy #6B040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.17%

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

R = 84.92%
G = 3.17%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.58

RGB Variations

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

Color information

#6B040F (or 0x6B040F) is known color: Burgundy. HEX triplet: 6B, 04 and 0F. RGB value is (107,4,15). Sum of RGB (Red+Green+Blue) = 107+4+15=126 (16% of max value = 765). Red value is 107 (42.19% from 255 or 84.92% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 107 - color contains mainly: red. Hex color #6B040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B040F is #94FBF0. Grayscale: #242424. Windows color (decimal): -9763825 or 984171. OLE color: 984171.

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

Color convert

RGB 107 4 15 -
CMYK 0 0.96 0.86 0.58
HSL 353.59º 0.93% 0.22% -
HSV(B) 353.59º 0.96% 0.42% -
XYZ 6.19 3.25 0.75 -
YUV 36.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 107 4 15 0 0.96 0.86 0.58 353.59 0.93 0.22
Hex 6B 4 F 0 60 56 3A 162 5D 16
Octal 153 4 17 0 140 126 72 542 135 26
Binary 1101011 100 1111 0 1100000 1010110 111010 101100010 1011101 10110

Color Harmonies of #6B040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B040F

Black with #6B040F

Text Example


Text Example

White with #6B040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,4,15); }

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

background-color css

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

 a { background-color: rgb(107,4,15); }

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

border-color css

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

 span { border-color: rgb(107,4,15); }

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