Html Css Color HEX #6B021A Burgundy

📋 copy color: '#6B021A'

red 107 ◦ green 2 ◦ blue 26

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

Shades of Burgundy #6B021A

Tints of Burgundy #6B021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

 BLUE value IS 26 (10.55% from 255) = 19.26%

R = 79.26%
G = 1.48%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6B021A (or 0x6B021A) is known color: Burgundy. HEX triplet: 6B, 02 and 1A. RGB value is (107,2,26). Sum of RGB (Red+Green+Blue) = 107+2+26=135 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.26% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 107 - color contains mainly: red. Hex color #6B021A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B021A is #94FDE5. Grayscale: #242424. Windows color (decimal): -9764326 or 1704555. OLE color: 1704555.

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

Color convert

RGB 107 2 26 -
CMYK 0 0.98 0.76 0.58
HSL 346.29º 0.96% 0.21% -
HSV(B) 346.29º 0.98% 0.42% -
XYZ 6.27 3.24 1.27 -
YUV 36.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 107 2 26 0 0.98 0.76 0.58 346.29 0.96 0.21
Hex 6B 2 1A 0 62 4C 3A 15A 60 15
Octal 153 2 32 0 142 114 72 532 140 25
Binary 1101011 10 11010 0 1100010 1001100 111010 101011010 1100000 10101

Color Harmonies of #6B021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B021A

Black with #6B021A

Text Example


Text Example

White with #6B021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,2,26); }

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

background-color css

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

 a { background-color: rgb(107,2,26); }

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

border-color css

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

 span { border-color: rgb(107,2,26); }

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