Html Css Color HEX #6B041B Burgundy

📋 copy color: '#6B041B'

red 107 ◦ green 4 ◦ blue 27

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

Shades of Burgundy #6B041B

Tints of Burgundy #6B041B

RGB

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

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

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

R = 77.54%
G = 2.9%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#6B041B (or 0x6B041B) is known color: Burgundy. HEX triplet: 6B, 04 and 1B. RGB value is (107,4,27). Sum of RGB (Red+Green+Blue) = 107+4+27=138 (18% of max value = 765). Red value is 107 (42.19% from 255 or 77.54% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 107 - color contains mainly: red. Hex color #6B041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B041B is #94FBE4. Grayscale: #252525. Windows color (decimal): -9763813 or 1770603. OLE color: 1770603.

HSL color Cylindrical-coordinate representation of color #6B041B: hue angle of 346.6º 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 #6B041B is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 4 27 -
CMYK 0 0.96 0.75 0.58
HSL 346.6º 0.93% 0.22% -
HSV(B) 346.6º 0.96% 0.42% -
XYZ 6.3 3.29 1.34 -
YUV 37.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 107 4 27 0 0.96 0.75 0.58 346.6 0.93 0.22
Hex 6B 4 1B 0 60 4B 3A 15B 5D 16
Octal 153 4 33 0 140 113 72 533 135 26
Binary 1101011 100 11011 0 1100000 1001011 111010 101011011 1011101 10110

Color Harmonies of #6B041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B041B

Black with #6B041B

Text Example


Text Example

White with #6B041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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