Html Css Color HEX #6A040A Burgundy

📋 copy color: '#6A040A'

red 106 ◦ green 4 ◦ blue 10

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

Shades of Burgundy #6A040A

Tints of Burgundy #6A040A

RGB

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

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

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

R = 88.33%
G = 3.33%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.58

RGB Variations

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

Color information

#6A040A (or 0x6A040A) is known color: Burgundy. HEX triplet: 6A, 04 and 0A. RGB value is (106,4,10). Sum of RGB (Red+Green+Blue) = 106+4+10=120 (15% of max value = 765). Red value is 106 (41.80% from 255 or 88.33% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 106 - color contains mainly: red. Hex color #6A040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A040A is #95FBF5. Grayscale: #232323. Windows color (decimal): -9829366 or 656490. OLE color: 656490.

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

Color convert

RGB 106 4 10 -
CMYK 0 0.96 0.91 0.58
HSL 356.47º 0.93% 0.22% -
HSV(B) 356.47º 0.96% 0.42% -
XYZ 6.04 3.17 0.58 -
YUV 35.18 113.79 178.51 -
System Red Green Blue C M Y K H S L
Decimal 106 4 10 0 0.96 0.91 0.58 356.47 0.93 0.22
Hex 6A 4 A 0 60 5B 3A 164 5D 16
Octal 152 4 12 0 140 133 72 544 135 26
Binary 1101010 100 1010 0 1100000 1011011 111010 101100100 1011101 10110

Color Harmonies of #6A040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A040A

Black with #6A040A

Text Example


Text Example

White with #6A040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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