Html Css Color HEX #6B031B Burgundy

📋 copy color: '#6B031B'

red 107 ◦ green 3 ◦ blue 27

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

Shades of Burgundy #6B031B

Tints of Burgundy #6B031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

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

R = 78.1%
G = 2.19%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#6B031B (or 0x6B031B) is known color: Burgundy. HEX triplet: 6B, 03 and 1B. RGB value is (107,3,27). Sum of RGB (Red+Green+Blue) = 107+3+27=137 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.10% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 107 - color contains mainly: red. Hex color #6B031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B031B is #94FCE4. Grayscale: #242424. Windows color (decimal): -9764069 or 1770347. OLE color: 1770347.

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

Color convert

RGB 107 3 27 -
CMYK 0 0.97 0.75 0.58
HSL 346.15º 0.95% 0.22% -
HSV(B) 346.15º 0.97% 0.42% -
XYZ 6.29 3.27 1.34 -
YUV 36.83 122.46 178.05 -
System Red Green Blue C M Y K H S L
Decimal 107 3 27 0 0.97 0.75 0.58 346.15 0.95 0.22
Hex 6B 3 1B 0 61 4B 3A 15A 5F 16
Octal 153 3 33 0 141 113 72 532 137 26
Binary 1101011 11 11011 0 1100001 1001011 111010 101011010 1011111 10110

Color Harmonies of #6B031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B031B

Black with #6B031B

Text Example


Text Example

White with #6B031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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