Html Css Color HEX #670516 Burgundy

📋 copy color: '#670516'

red 103 ◦ green 5 ◦ blue 22

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

Shades of Burgundy #670516

Tints of Burgundy #670516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.92%

R = 79.23%
G = 3.85%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#670516 (or 0x670516) is known color: Burgundy. HEX triplet: 67, 05 and 16. RGB value is (103,5,22). Sum of RGB (Red+Green+Blue) = 103+5+22=130 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.23% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 103 - color contains mainly: red. Hex color #670516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670516 is #98FAE9. Grayscale: #242424. Windows color (decimal): -10025706 or 1443175. OLE color: 1443175.

HSL color Cylindrical-coordinate representation of color #670516: hue angle of 349.59º 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 #670516 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 5 22 -
CMYK 0 0.95 0.79 0.60
HSL 349.59º 0.91% 0.21% -
HSV(B) 349.59º 0.95% 0.4% -
XYZ 5.79 3.05 1.04 -
YUV 36.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 103 5 22 0 0.95 0.79 0.60 349.59 0.91 0.21
Hex 67 5 16 0 5F 4F 3C 15E 5B 15
Octal 147 5 26 0 137 117 74 536 133 25
Binary 1100111 101 10110 0 1011111 1001111 111100 101011110 1011011 10101

Color Harmonies of #670516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670516

Black with #670516

Text Example


Text Example

White with #670516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670516; }

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

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

background-color css

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

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

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

border-color css

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

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

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