Html Css Color HEX #6A0026 Burgundy

📋 copy color: '#6A0026'

red 106 ◦ green 0 ◦ blue 38

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

Shades of Burgundy #6A0026

Tints of Burgundy #6A0026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 38 (15.23% from 255) = 26.39%

R = 73.61%
G = 0%
B = 26.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6A0026 (or 0x6A0026) is known color: Burgundy. HEX triplet: 6A, 00 and 26. RGB value is (106,0,38). Sum of RGB (Red+Green+Blue) = 106+0+38=144 (19% of max value = 765). Red value is 106 (41.80% from 255 or 73.61% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0026 is #95FFD9. Grayscale: #232323. Windows color (decimal): -9830362 or 2490474. OLE color: 2490474.

HSL color Cylindrical-coordinate representation of color #6A0026: hue angle of 338.49º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A0026 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 0 38 -
CMYK 0 1 0.64 0.58
HSL 338.49º 1% 0.21% -
HSV(B) 338.49º 1% 0.42% -
XYZ 6.29 3.2 2.12 -
YUV 36.03 129.12 177.91 -
System Red Green Blue C M Y K H S L
Decimal 106 0 38 0 1 0.64 0.58 338.49 1 0.21
Hex 6A 0 26 0 64 40 3A 152 64 15
Octal 152 0 46 0 144 100 72 522 144 25
Binary 1101010 0 100110 0 1100100 1000000 111010 101010010 1100100 10101

Color Harmonies of #6A0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0026

Black with #6A0026

Text Example


Text Example

White with #6A0026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,0,38); }

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

background-color css

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

 a { background-color: rgb(106,0,38); }

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

border-color css

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

 span { border-color: rgb(106,0,38); }

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