Html Css Color HEX #6B001B Burgundy

📋 copy color: '#6B001B'

red 107 ◦ green 0 ◦ blue 27

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

Shades of Burgundy #6B001B

Tints of Burgundy #6B001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.85%
G = 0%
B = 20.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#6B001B (or 0x6B001B) is known color: Burgundy. HEX triplet: 6B, 00 and 1B. RGB value is (107,0,27). Sum of RGB (Red+Green+Blue) = 107+0+27=134 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.85% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 107 - color contains mainly: red. Hex color #6B001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B001B is #94FFE4. Grayscale: #232323. Windows color (decimal): -9764837 or 1769579. OLE color: 1769579.

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

Color convert

RGB 107 0 27 -
CMYK 0 1 0.75 0.58
HSL 344.86º 1% 0.21% -
HSV(B) 344.86º 1% 0.42% -
XYZ 6.26 3.2 1.33 -
YUV 35.07 123.45 179.3 -
System Red Green Blue C M Y K H S L
Decimal 107 0 27 0 1 0.75 0.58 344.86 1 0.21
Hex 6B 0 1B 0 64 4B 3A 159 64 15
Octal 153 0 33 0 144 113 72 531 144 25
Binary 1101011 0 11011 0 1100100 1001011 111010 101011001 1100100 10101

Color Harmonies of #6B001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B001B

Black with #6B001B

Text Example


Text Example

White with #6B001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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