Html Css Color HEX #6A031E Burgundy

📋 copy color: '#6A031E'

red 106 ◦ green 3 ◦ blue 30

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

Shades of Burgundy #6A031E

Tints of Burgundy #6A031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.58%

R = 76.26%
G = 2.16%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6A031E (or 0x6A031E) is known color: Burgundy. HEX triplet: 6A, 03 and 1E. RGB value is (106,3,30). Sum of RGB (Red+Green+Blue) = 106+3+30=139 (18% of max value = 765). Red value is 106 (41.80% from 255 or 76.26% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 106 - color contains mainly: red. Hex color #6A031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A031E is #95FCE1. Grayscale: #242424. Windows color (decimal): -9829602 or 1966954. OLE color: 1966954.

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

Color convert

RGB 106 3 30 -
CMYK 0 0.97 0.72 0.58
HSL 344.27º 0.94% 0.21% -
HSV(B) 344.27º 0.97% 0.42% -
XYZ 6.21 3.22 1.52 -
YUV 36.88 124.12 177.3 -
System Red Green Blue C M Y K H S L
Decimal 106 3 30 0 0.97 0.72 0.58 344.27 0.94 0.21
Hex 6A 3 1E 0 61 48 3A 158 5E 15
Octal 152 3 36 0 141 110 72 530 136 25
Binary 1101010 11 11110 0 1100001 1001000 111010 101011000 1011110 10101

Color Harmonies of #6A031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A031E

Black with #6A031E

Text Example


Text Example

White with #6A031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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