Html Css Color HEX #6A030D Burgundy

📋 copy color: '#6A030D'

red 106 ◦ green 3 ◦ blue 13

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

Shades of Burgundy #6A030D

Tints of Burgundy #6A030D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.66%

R = 86.89%
G = 2.46%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6A030D (or 0x6A030D) is known color: Burgundy. HEX triplet: 6A, 03 and 0D. RGB value is (106,3,13). Sum of RGB (Red+Green+Blue) = 106+3+13=122 (16% of max value = 765). Red value is 106 (41.80% from 255 or 86.89% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 106 - color contains mainly: red. Hex color #6A030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A030D is #95FCF2. Grayscale: #232323. Windows color (decimal): -9829619 or 852842. OLE color: 852842.

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

Color convert

RGB 106 3 13 -
CMYK 0 0.97 0.88 0.58
HSL 354.17º 0.94% 0.21% -
HSV(B) 354.17º 0.97% 0.42% -
XYZ 6.05 3.16 0.67 -
YUV 34.94 115.62 178.69 -
System Red Green Blue C M Y K H S L
Decimal 106 3 13 0 0.97 0.88 0.58 354.17 0.94 0.21
Hex 6A 3 D 0 61 58 3A 162 5E 15
Octal 152 3 15 0 141 130 72 542 136 25
Binary 1101010 11 1101 0 1100001 1011000 111010 101100010 1011110 10101

Color Harmonies of #6A030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A030D

Black with #6A030D

Text Example


Text Example

White with #6A030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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