Html Css Color HEX #6B081B Burgundy

📋 copy color: '#6B081B'

red 107 ◦ green 8 ◦ blue 27

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

Shades of Burgundy #6B081B

Tints of Burgundy #6B081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.63%

 BLUE value IS 27 (10.94% from 255) = 19.01%

R = 75.35%
G = 5.63%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#6B081B (or 0x6B081B) is known color: Burgundy. HEX triplet: 6B, 08 and 1B. RGB value is (107,8,27). Sum of RGB (Red+Green+Blue) = 107+8+27=142 (18% of max value = 765). Red value is 107 (42.19% from 255 or 75.35% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 107 - color contains mainly: red. Hex color #6B081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B081B is #94F7E4. Grayscale: #272727. Windows color (decimal): -9762789 or 1771627. OLE color: 1771627.

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

Color convert

RGB 107 8 27 -
CMYK 0 0.93 0.75 0.58
HSL 348.48º 0.86% 0.23% -
HSV(B) 348.48º 0.93% 0.42% -
XYZ 6.35 3.38 1.35 -
YUV 39.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 107 8 27 0 0.93 0.75 0.58 348.48 0.86 0.23
Hex 6B 8 1B 0 5D 4B 3A 15C 56 17
Octal 153 10 33 0 135 113 72 534 126 27
Binary 1101011 1000 11011 0 1011101 1001011 111010 101011100 1010110 10111

Color Harmonies of #6B081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B081B

Black with #6B081B

Text Example


Text Example

White with #6B081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,8,27); }

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

background-color css

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

 a { background-color: rgb(107,8,27); }

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

border-color css

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

 span { border-color: rgb(107,8,27); }

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