Html Css Color HEX #6B062A Burgundy

📋 copy color: '#6B062A'

red 107 ◦ green 6 ◦ blue 42

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

Shades of Burgundy #6B062A

Tints of Burgundy #6B062A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.87%

 BLUE value IS 42 (16.8% from 255) = 27.1%

R = 69.03%
G = 3.87%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6B062A (or 0x6B062A) is known color: Burgundy. HEX triplet: 6B, 06 and 2A. RGB value is (107,6,42). Sum of RGB (Red+Green+Blue) = 107+6+42=155 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.03% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 107 - color contains mainly: red. Hex color #6B062A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B062A is #94F9D5. Grayscale: #282828. Windows color (decimal): -9763286 or 2754155. OLE color: 2754155.

HSL color Cylindrical-coordinate representation of color #6B062A: hue angle of 338.61º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B062A is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 6 42 -
CMYK 0 0.94 0.61 0.58
HSL 338.61º 0.89% 0.22% -
HSV(B) 338.61º 0.94% 0.42% -
XYZ 6.55 3.42 2.51 -
YUV 40.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 107 6 42 0 0.94 0.61 0.58 338.61 0.89 0.22
Hex 6B 6 2A 0 5E 3D 3A 153 59 16
Octal 153 6 52 0 136 75 72 523 131 26
Binary 1101011 110 101010 0 1011110 111101 111010 101010011 1011001 10110

Color Harmonies of #6B062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B062A

Black with #6B062A

Text Example


Text Example

White with #6B062A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,6,42); }

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

background-color css

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

 a { background-color: rgb(107,6,42); }

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

border-color css

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

 span { border-color: rgb(107,6,42); }

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