Html Css Color HEX #6A0315 Burgundy

📋 copy color: '#6A0315'

red 106 ◦ green 3 ◦ blue 21

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

Shades of Burgundy #6A0315

Tints of Burgundy #6A0315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.15%

R = 81.54%
G = 2.31%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#6A0315 (or 0x6A0315) is known color: Burgundy. HEX triplet: 6A, 03 and 15. RGB value is (106,3,21). Sum of RGB (Red+Green+Blue) = 106+3+21=130 (17% of max value = 765). Red value is 106 (41.80% from 255 or 81.54% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0315 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0315 is #95FCEA. Grayscale: #232323. Windows color (decimal): -9829611 or 1377130. OLE color: 1377130.

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

Color convert

RGB 106 3 21 -
CMYK 0 0.97 0.80 0.58
HSL 349.51º 0.94% 0.21% -
HSV(B) 349.51º 0.97% 0.42% -
XYZ 6.11 3.18 1 -
YUV 35.85 119.62 178.04 -
System Red Green Blue C M Y K H S L
Decimal 106 3 21 0 0.97 0.80 0.58 349.51 0.94 0.21
Hex 6A 3 15 0 61 50 3A 15E 5E 15
Octal 152 3 25 0 141 120 72 536 136 25
Binary 1101010 11 10101 0 1100001 1010000 111010 101011110 1011110 10101

Color Harmonies of #6A0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0315

Black with #6A0315

Text Example


Text Example

White with #6A0315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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