Html Css Color HEX #6A0515 Burgundy

📋 copy color: '#6A0515'

red 106 ◦ green 5 ◦ blue 21

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

Shades of Burgundy #6A0515

Tints of Burgundy #6A0515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.79%

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

R = 80.3%
G = 3.79%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#6A0515 (or 0x6A0515) is known color: Burgundy. HEX triplet: 6A, 05 and 15. RGB value is (106,5,21). Sum of RGB (Red+Green+Blue) = 106+5+21=132 (17% of max value = 765). Red value is 106 (41.80% from 255 or 80.30% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0515 is #95FAEA. Grayscale: #252525. Windows color (decimal): -9829099 or 1377642. OLE color: 1377642.

HSL color Cylindrical-coordinate representation of color #6A0515: hue angle of 350.5º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0515 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 5 21 -
CMYK 0 0.95 0.80 0.58
HSL 350.5º 0.91% 0.22% -
HSV(B) 350.5º 0.95% 0.42% -
XYZ 6.13 3.23 1.01 -
YUV 37.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 106 5 21 0 0.95 0.80 0.58 350.5 0.91 0.22
Hex 6A 5 15 0 5F 50 3A 15E 5B 16
Octal 152 5 25 0 137 120 72 536 133 26
Binary 1101010 101 10101 0 1011111 1010000 111010 101011110 1011011 10110

Color Harmonies of #6A0515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0515

Black with #6A0515

Text Example


Text Example

White with #6A0515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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