Html Css Color HEX #6B071E Burgundy

📋 copy color: '#6B071E'

red 107 ◦ green 7 ◦ blue 30

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

Shades of Burgundy #6B071E

Tints of Burgundy #6B071E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.83%

R = 74.31%
G = 4.86%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6B071E (or 0x6B071E) is known color: Burgundy. HEX triplet: 6B, 07 and 1E. RGB value is (107,7,30). Sum of RGB (Red+Green+Blue) = 107+7+30=144 (19% of max value = 765). Red value is 107 (42.19% from 255 or 74.31% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 107 - color contains mainly: red. Hex color #6B071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B071E is #94F8E1. Grayscale: #272727. Windows color (decimal): -9763042 or 1967979. OLE color: 1967979.

HSL color Cylindrical-coordinate representation of color #6B071E: hue angle of 346.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 #6B071E is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 7 30 -
CMYK 0 0.93 0.72 0.58
HSL 346.2º 0.88% 0.22% -
HSV(B) 346.2º 0.93% 0.42% -
XYZ 6.37 3.37 1.54 -
YUV 39.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 107 7 30 0 0.93 0.72 0.58 346.2 0.88 0.22
Hex 6B 7 1E 0 5D 48 3A 15A 58 16
Octal 153 7 36 0 135 110 72 532 130 26
Binary 1101011 111 11110 0 1011101 1001000 111010 101011010 1011000 10110

Color Harmonies of #6B071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B071E

Black with #6B071E

Text Example


Text Example

White with #6B071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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