Html Css Color HEX #6A031C Burgundy

📋 copy color: '#6A031C'

red 106 ◦ green 3 ◦ blue 28

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

Shades of Burgundy #6A031C

Tints of Burgundy #6A031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 77.37%
G = 2.19%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6A031C (or 0x6A031C) is known color: Burgundy. HEX triplet: 6A, 03 and 1C. RGB value is (106,3,28). Sum of RGB (Red+Green+Blue) = 106+3+28=137 (18% of max value = 765). Red value is 106 (41.80% from 255 or 77.37% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 106 - color contains mainly: red. Hex color #6A031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A031C is #95FCE3. Grayscale: #242424. Windows color (decimal): -9829604 or 1835882. OLE color: 1835882.

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

Color convert

RGB 106 3 28 -
CMYK 0 0.97 0.74 0.58
HSL 345.44º 0.94% 0.21% -
HSV(B) 345.44º 0.97% 0.42% -
XYZ 6.19 3.21 1.39 -
YUV 36.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 106 3 28 0 0.97 0.74 0.58 345.44 0.94 0.21
Hex 6A 3 1C 0 61 4A 3A 159 5E 15
Octal 152 3 34 0 141 112 72 531 136 25
Binary 1101010 11 11100 0 1100001 1001010 111010 101011001 1011110 10101

Color Harmonies of #6A031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A031C

Black with #6A031C

Text Example


Text Example

White with #6A031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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