Html Css Color HEX #670314 Burgundy

📋 copy color: '#670314'

red 103 ◦ green 3 ◦ blue 20

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

Shades of Burgundy #670314

Tints of Burgundy #670314

RGB

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

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

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

R = 81.75%
G = 2.38%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#670314 (or 0x670314) is known color: Burgundy. HEX triplet: 67, 03 and 14. RGB value is (103,3,20). Sum of RGB (Red+Green+Blue) = 103+3+20=126 (16% of max value = 765). Red value is 103 (40.62% from 255 or 81.75% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 103 - color contains mainly: red. Hex color #670314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670314 is #98FCEB. Grayscale: #222222. Windows color (decimal): -10026220 or 1311591. OLE color: 1311591.

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

Color convert

RGB 103 3 20 -
CMYK 0 0.97 0.81 0.60
HSL 349.8º 0.94% 0.21% -
HSV(B) 349.8º 0.97% 0.4% -
XYZ 5.75 3 0.94 -
YUV 34.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 103 3 20 0 0.97 0.81 0.60 349.8 0.94 0.21
Hex 67 3 14 0 61 51 3C 15E 5E 15
Octal 147 3 24 0 141 121 74 536 136 25
Binary 1100111 11 10100 0 1100001 1010001 111100 101011110 1011110 10101

Color Harmonies of #670314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670314

Black with #670314

Text Example


Text Example

White with #670314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670314; }

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

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

background-color css

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

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

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

border-color css

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

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

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