Html Css Color HEX #6A0313 Burgundy

📋 copy color: '#6A0313'

red 106 ◦ green 3 ◦ blue 19

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

Shades of Burgundy #6A0313

Tints of Burgundy #6A0313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.34%

 BLUE value IS 19 (7.81% from 255) = 14.84%

R = 82.81%
G = 2.34%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6A0313 (or 0x6A0313) is known color: Burgundy. HEX triplet: 6A, 03 and 13. RGB value is (106,3,19). Sum of RGB (Red+Green+Blue) = 106+3+19=128 (16% of max value = 765). Red value is 106 (41.80% from 255 or 82.81% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0313 is #95FCEC. Grayscale: #232323. Windows color (decimal): -9829613 or 1246058. OLE color: 1246058.

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

Color convert

RGB 106 3 19 -
CMYK 0 0.97 0.82 0.58
HSL 350.68º 0.94% 0.21% -
HSV(B) 350.68º 0.97% 0.42% -
XYZ 6.09 3.18 0.91 -
YUV 35.62 118.62 178.2 -
System Red Green Blue C M Y K H S L
Decimal 106 3 19 0 0.97 0.82 0.58 350.68 0.94 0.21
Hex 6A 3 13 0 61 52 3A 15F 5E 15
Octal 152 3 23 0 141 122 72 537 136 25
Binary 1101010 11 10011 0 1100001 1010010 111010 101011111 1011110 10101

Color Harmonies of #6A0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0313

Black with #6A0313

Text Example


Text Example

White with #6A0313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,3,19); }

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

background-color css

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

 a { background-color: rgb(106,3,19); }

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

border-color css

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

 span { border-color: rgb(106,3,19); }

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