Html Css Color HEX #6A041A Burgundy

📋 copy color: '#6A041A'

red 106 ◦ green 4 ◦ blue 26

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

Shades of Burgundy #6A041A

Tints of Burgundy #6A041A

RGB

 RED value IS 106 (41.8% from 255) = 77.94%

 GREEN value IS 4 (1.95% from 255) = 2.94%

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

R = 77.94%
G = 2.94%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#6A041A (or 0x6A041A) is known color: Burgundy. HEX triplet: 6A, 04 and 1A. RGB value is (106,4,26). Sum of RGB (Red+Green+Blue) = 106+4+26=136 (18% of max value = 765). Red value is 106 (41.80% from 255 or 77.94% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 106 - color contains mainly: red. Hex color #6A041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A041A is #95FBE5. Grayscale: #252525. Windows color (decimal): -9829350 or 1705066. OLE color: 1705066.

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

Color convert

RGB 106 4 26 -
CMYK 0 0.96 0.75 0.58
HSL 347.06º 0.93% 0.22% -
HSV(B) 347.06º 0.96% 0.42% -
XYZ 6.17 3.23 1.27 -
YUV 37.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 106 4 26 0 0.96 0.75 0.58 347.06 0.93 0.22
Hex 6A 4 1A 0 60 4B 3A 15B 5D 16
Octal 152 4 32 0 140 113 72 533 135 26
Binary 1101010 100 11010 0 1100000 1001011 111010 101011011 1011101 10110

Color Harmonies of #6A041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A041A

Black with #6A041A

Text Example


Text Example

White with #6A041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,4,26); }

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

background-color css

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

 a { background-color: rgb(106,4,26); }

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

border-color css

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

 span { border-color: rgb(106,4,26); }

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