Html Css Color HEX #6A0319 Burgundy

📋 copy color: '#6A0319'

red 106 ◦ green 3 ◦ blue 25

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

Shades of Burgundy #6A0319

Tints of Burgundy #6A0319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.66%

R = 79.1%
G = 2.24%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6A0319 (or 0x6A0319) is known color: Burgundy. HEX triplet: 6A, 03 and 19. RGB value is (106,3,25). Sum of RGB (Red+Green+Blue) = 106+3+25=134 (17% of max value = 765). Red value is 106 (41.80% from 255 or 79.10% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0319 is #95FCE6. Grayscale: #242424. Windows color (decimal): -9829607 or 1639274. OLE color: 1639274.

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

Color convert

RGB 106 3 25 -
CMYK 0 0.97 0.76 0.58
HSL 347.18º 0.94% 0.21% -
HSV(B) 347.18º 0.97% 0.42% -
XYZ 6.15 3.2 1.21 -
YUV 36.31 121.62 177.71 -
System Red Green Blue C M Y K H S L
Decimal 106 3 25 0 0.97 0.76 0.58 347.18 0.94 0.21
Hex 6A 3 19 0 61 4C 3A 15B 5E 15
Octal 152 3 31 0 141 114 72 533 136 25
Binary 1101010 11 11001 0 1100001 1001100 111010 101011011 1011110 10101

Color Harmonies of #6A0319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0319

Black with #6A0319

Text Example


Text Example

White with #6A0319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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