Html Css Color HEX #6B021C Burgundy

📋 copy color: '#6B021C'

red 107 ◦ green 2 ◦ blue 28

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

Shades of Burgundy #6B021C

Tints of Burgundy #6B021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 78.1%
G = 1.46%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6B021C (or 0x6B021C) is known color: Burgundy. HEX triplet: 6B, 02 and 1C. RGB value is (107,2,28). Sum of RGB (Red+Green+Blue) = 107+2+28=137 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.10% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 107 - color contains mainly: red. Hex color #6B021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B021C is #94FDE3. Grayscale: #242424. Windows color (decimal): -9764324 or 1835627. OLE color: 1835627.

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

Color convert

RGB 107 2 28 -
CMYK 0 0.98 0.74 0.58
HSL 345.14º 0.96% 0.21% -
HSV(B) 345.14º 0.98% 0.42% -
XYZ 6.29 3.25 1.39 -
YUV 36.36 123.29 178.39 -
System Red Green Blue C M Y K H S L
Decimal 107 2 28 0 0.98 0.74 0.58 345.14 0.96 0.21
Hex 6B 2 1C 0 62 4A 3A 159 60 15
Octal 153 2 34 0 142 112 72 531 140 25
Binary 1101011 10 11100 0 1100010 1001010 111010 101011001 1100000 10101

Color Harmonies of #6B021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B021C

Black with #6B021C

Text Example


Text Example

White with #6B021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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