Html Css Color HEX #670319 Burgundy

📋 copy color: '#670319'

red 103 ◦ green 3 ◦ blue 25

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

Shades of Burgundy #670319

Tints of Burgundy #670319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.08%

R = 78.63%
G = 2.29%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#670319 (or 0x670319) is known color: Burgundy. HEX triplet: 67, 03 and 19. RGB value is (103,3,25). Sum of RGB (Red+Green+Blue) = 103+3+25=131 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.63% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 103 - color contains mainly: red. Hex color #670319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670319 is #98FCE6. Grayscale: #232323. Windows color (decimal): -10026215 or 1639271. OLE color: 1639271.

HSL color Cylindrical-coordinate representation of color #670319: hue angle of 346.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 #670319 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 3 25 -
CMYK 0 0.97 0.76 0.60
HSL 346.8º 0.94% 0.21% -
HSV(B) 346.8º 0.97% 0.4% -
XYZ 5.8 3.02 1.2 -
YUV 35.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 103 3 25 0 0.97 0.76 0.60 346.8 0.94 0.21
Hex 67 3 19 0 61 4C 3C 15B 5E 15
Octal 147 3 31 0 141 114 74 533 136 25
Binary 1100111 11 11001 0 1100001 1001100 111100 101011011 1011110 10101

Color Harmonies of #670319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670319

Black with #670319

Text Example


Text Example

White with #670319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670319; }

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

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

background-color css

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

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

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

border-color css

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

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

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