Html Css Color HEX #6B0513 Burgundy

📋 copy color: '#6B0513'

red 107 ◦ green 5 ◦ blue 19

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

Shades of Burgundy #6B0513

Tints of Burgundy #6B0513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.82%

 BLUE value IS 19 (7.81% from 255) = 14.5%

R = 81.68%
G = 3.82%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6B0513 (or 0x6B0513) is known color: Burgundy. HEX triplet: 6B, 05 and 13. RGB value is (107,5,19). Sum of RGB (Red+Green+Blue) = 107+5+19=131 (17% of max value = 765). Red value is 107 (42.19% from 255 or 81.68% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0513 is #94FAEC. Grayscale: #252525. Windows color (decimal): -9763565 or 1246571. OLE color: 1246571.

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

Color convert

RGB 107 5 19 -
CMYK 0 0.95 0.82 0.58
HSL 351.76º 0.91% 0.22% -
HSV(B) 351.76º 0.95% 0.42% -
XYZ 6.24 3.28 0.92 -
YUV 37.09 117.79 177.86 -
System Red Green Blue C M Y K H S L
Decimal 107 5 19 0 0.95 0.82 0.58 351.76 0.91 0.22
Hex 6B 5 13 0 5F 52 3A 160 5B 16
Octal 153 5 23 0 137 122 72 540 133 26
Binary 1101011 101 10011 0 1011111 1010010 111010 101100000 1011011 10110

Color Harmonies of #6B0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0513

Black with #6B0513

Text Example


Text Example

White with #6B0513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,5,19); }

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

background-color css

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

 a { background-color: rgb(107,5,19); }

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

border-color css

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

 span { border-color: rgb(107,5,19); }

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