Html Css Color HEX #6B0413 Burgundy

📋 copy color: '#6B0413'

red 107 ◦ green 4 ◦ blue 19

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

Shades of Burgundy #6B0413

Tints of Burgundy #6B0413

RGB

 RED value IS 107 (42.19% from 255) = 82.31%

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

 BLUE value IS 19 (7.81% from 255) = 14.62%

R = 82.31%
G = 3.08%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6B0413 (or 0x6B0413) is known color: Burgundy. HEX triplet: 6B, 04 and 13. RGB value is (107,4,19). Sum of RGB (Red+Green+Blue) = 107+4+19=130 (17% of max value = 765). Red value is 107 (42.19% from 255 or 82.31% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0413 is #94FBEC. Grayscale: #242424. Windows color (decimal): -9763821 or 1246315. OLE color: 1246315.

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

Color convert

RGB 107 4 19 -
CMYK 0 0.96 0.82 0.58
HSL 351.26º 0.93% 0.22% -
HSV(B) 351.26º 0.96% 0.42% -
XYZ 6.22 3.26 0.92 -
YUV 36.51 118.12 178.28 -
System Red Green Blue C M Y K H S L
Decimal 107 4 19 0 0.96 0.82 0.58 351.26 0.93 0.22
Hex 6B 4 13 0 60 52 3A 15F 5D 16
Octal 153 4 23 0 140 122 72 537 135 26
Binary 1101011 100 10011 0 1100000 1010010 111010 101011111 1011101 10110

Color Harmonies of #6B0413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0413

Black with #6B0413

Text Example


Text Example

White with #6B0413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,4,19); }

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

background-color css

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

 a { background-color: rgb(107,4,19); }

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

border-color css

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

 span { border-color: rgb(107,4,19); }

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