Html Css Color HEX #670014 Burgundy

📋 copy color: '#670014'

red 103 ◦ green 0 ◦ blue 20

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

Shades of Burgundy #670014

Tints of Burgundy #670014

RGB

 RED value IS 103 (40.63% from 255) = 83.74%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 20 (8.2% from 255) = 16.26%

R = 83.74%
G = 0%
B = 16.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#670014 (or 0x670014) is known color: Burgundy. HEX triplet: 67, 00 and 14. RGB value is (103,0,20). Sum of RGB (Red+Green+Blue) = 103+0+20=123 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.74% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 103 - color contains mainly: red. Hex color #670014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670014 is #98FFEB. Grayscale: #212121. Windows color (decimal): -10026988 or 1310823. OLE color: 1310823.

HSL color Cylindrical-coordinate representation of color #670014: hue angle of 348.35º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670014 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 0 20 -
CMYK 0 1 0.81 0.60
HSL 348.35º 1% 0.2% -
HSV(B) 348.35º 1% 0.4% -
XYZ 5.72 2.93 0.93 -
YUV 33.08 120.62 177.87 -
System Red Green Blue C M Y K H S L
Decimal 103 0 20 0 1 0.81 0.60 348.35 1 0.2
Hex 67 0 14 0 64 51 3C 15C 64 14
Octal 147 0 24 0 144 121 74 534 144 24
Binary 1100111 0 10100 0 1100100 1010001 111100 101011100 1100100 10100

Color Harmonies of #670014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670014

Black with #670014

Text Example


Text Example

White with #670014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670014; }

 p { color: rgb(103,0,20); }

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

background-color css

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

 a { background-color: rgb(103,0,20); }

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

border-color css

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

 span { border-color: rgb(103,0,20); }

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