Html Css Color HEX #6A0017 Burgundy

📋 copy color: '#6A0017'

red 106 ◦ green 0 ◦ blue 23

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

Shades of Burgundy #6A0017

Tints of Burgundy #6A0017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.83%

R = 82.17%
G = 0%
B = 17.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6A0017 (or 0x6A0017) is known color: Burgundy. HEX triplet: 6A, 00 and 17. RGB value is (106,0,23). Sum of RGB (Red+Green+Blue) = 106+0+23=129 (17% of max value = 765). Red value is 106 (41.80% from 255 or 82.17% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0017 is #95FFE8. Grayscale: #222222. Windows color (decimal): -9830377 or 1507434. OLE color: 1507434.

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

Color convert

RGB 106 0 23 -
CMYK 0 1 0.78 0.58
HSL 346.98º 1% 0.21% -
HSV(B) 346.98º 1% 0.42% -
XYZ 6.1 3.13 1.09 -
YUV 34.32 121.62 179.13 -
System Red Green Blue C M Y K H S L
Decimal 106 0 23 0 1 0.78 0.58 346.98 1 0.21
Hex 6A 0 17 0 64 4E 3A 15B 64 15
Octal 152 0 27 0 144 116 72 533 144 25
Binary 1101010 0 10111 0 1100100 1001110 111010 101011011 1100100 10101

Color Harmonies of #6A0017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0017

Black with #6A0017

Text Example


Text Example

White with #6A0017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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