Html Css Color HEX #670519 Burgundy

📋 copy color: '#670519'

red 103 ◦ green 5 ◦ blue 25

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

Shades of Burgundy #670519

Tints of Burgundy #670519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.76%

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

R = 77.44%
G = 3.76%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#670519 (or 0x670519) is known color: Burgundy. HEX triplet: 67, 05 and 19. RGB value is (103,5,25). Sum of RGB (Red+Green+Blue) = 103+5+25=133 (17% of max value = 765). Red value is 103 (40.62% from 255 or 77.44% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 103 - color contains mainly: red. Hex color #670519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670519 is #98FAE6. Grayscale: #242424. Windows color (decimal): -10025703 or 1639783. OLE color: 1639783.

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

Color convert

RGB 103 5 25 -
CMYK 0 0.95 0.76 0.60
HSL 347.76º 0.91% 0.21% -
HSV(B) 347.76º 0.95% 0.4% -
XYZ 5.82 3.06 1.2 -
YUV 36.58 121.47 175.37 -
System Red Green Blue C M Y K H S L
Decimal 103 5 25 0 0.95 0.76 0.60 347.76 0.91 0.21
Hex 67 5 19 0 5F 4C 3C 15C 5B 15
Octal 147 5 31 0 137 114 74 534 133 25
Binary 1100111 101 11001 0 1011111 1001100 111100 101011100 1011011 10101

Color Harmonies of #670519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670519

Black with #670519

Text Example


Text Example

White with #670519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670519; }

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

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

background-color css

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

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

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

border-color css

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

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

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