Html Css Color HEX #6A0415 Burgundy

📋 copy color: '#6A0415'

red 106 ◦ green 4 ◦ blue 21

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

Shades of Burgundy #6A0415

Tints of Burgundy #6A0415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.05%

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

R = 80.92%
G = 3.05%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#6A0415 (or 0x6A0415) is known color: Burgundy. HEX triplet: 6A, 04 and 15. RGB value is (106,4,21). Sum of RGB (Red+Green+Blue) = 106+4+21=131 (17% of max value = 765). Red value is 106 (41.80% from 255 or 80.92% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0415 is #95FBEA. Grayscale: #242424. Windows color (decimal): -9829355 or 1377386. OLE color: 1377386.

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

Color convert

RGB 106 4 21 -
CMYK 0 0.96 0.80 0.58
HSL 350º 0.93% 0.22% -
HSV(B) 350º 0.96% 0.42% -
XYZ 6.12 3.21 1.01 -
YUV 36.44 119.29 177.62 -
System Red Green Blue C M Y K H S L
Decimal 106 4 21 0 0.96 0.80 0.58 350 0.93 0.22
Hex 6A 4 15 0 60 50 3A 15E 5D 16
Octal 152 4 25 0 140 120 72 536 135 26
Binary 1101010 100 10101 0 1100000 1010000 111010 101011110 1011101 10110

Color Harmonies of #6A0415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0415

Black with #6A0415

Text Example


Text Example

White with #6A0415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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