Html Css Color HEX #6B030E Burgundy

📋 copy color: '#6B030E'

red 107 ◦ green 3 ◦ blue 14

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

Shades of Burgundy #6B030E

Tints of Burgundy #6B030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.29%

R = 86.29%
G = 2.42%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.58

RGB Variations

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

Color information

#6B030E (or 0x6B030E) is known color: Burgundy. HEX triplet: 6B, 03 and 0E. RGB value is (107,3,14). Sum of RGB (Red+Green+Blue) = 107+3+14=124 (16% of max value = 765). Red value is 107 (42.19% from 255 or 86.29% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 107 - color contains mainly: red. Hex color #6B030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B030E is #94FCF1. Grayscale: #232323. Windows color (decimal): -9764082 or 918379. OLE color: 918379.

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

Color convert

RGB 107 3 14 -
CMYK 0 0.97 0.87 0.58
HSL 353.65º 0.95% 0.22% -
HSV(B) 353.65º 0.97% 0.42% -
XYZ 6.18 3.22 0.71 -
YUV 35.35 115.96 179.11 -
System Red Green Blue C M Y K H S L
Decimal 107 3 14 0 0.97 0.87 0.58 353.65 0.95 0.22
Hex 6B 3 E 0 61 57 3A 162 5F 16
Octal 153 3 16 0 141 127 72 542 137 26
Binary 1101011 11 1110 0 1100001 1010111 111010 101100010 1011111 10110

Color Harmonies of #6B030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B030E

Black with #6B030E

Text Example


Text Example

White with #6B030E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,3,14); }

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

background-color css

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

 a { background-color: rgb(107,3,14); }

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

border-color css

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

 span { border-color: rgb(107,3,14); }

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