Html Css Color HEX #6B020A Burgundy

📋 copy color: '#6B020A'

red 107 ◦ green 2 ◦ blue 10

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

Shades of Burgundy #6B020A

Tints of Burgundy #6B020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.4%

R = 89.92%
G = 1.68%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.58

RGB Variations

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

Color information

#6B020A (or 0x6B020A) is known color: Burgundy. HEX triplet: 6B, 02 and 0A. RGB value is (107,2,10). Sum of RGB (Red+Green+Blue) = 107+2+10=119 (15% of max value = 765). Red value is 107 (42.19% from 255 or 89.92% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 107 - color contains mainly: red. Hex color #6B020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B020A is #94FDF5. Grayscale: #222222. Windows color (decimal): -9764342 or 655979. OLE color: 655979.

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

Color convert

RGB 107 2 10 -
CMYK 0 0.98 0.91 0.58
HSL 355.43º 0.96% 0.21% -
HSV(B) 355.43º 0.98% 0.42% -
XYZ 6.14 3.19 0.58 -
YUV 34.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 107 2 10 0 0.98 0.91 0.58 355.43 0.96 0.21
Hex 6B 2 A 0 62 5B 3A 163 60 15
Octal 153 2 12 0 142 133 72 543 140 25
Binary 1101011 10 1010 0 1100010 1011011 111010 101100011 1100000 10101

Color Harmonies of #6B020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B020A

Black with #6B020A

Text Example


Text Example

White with #6B020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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