Html Css Color HEX #670411 Burgundy

📋 copy color: '#670411'

red 103 ◦ green 4 ◦ blue 17

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

Shades of Burgundy #670411

Tints of Burgundy #670411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.23%

 BLUE value IS 17 (7.03% from 255) = 13.71%

R = 83.06%
G = 3.23%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#670411 (or 0x670411) is known color: Burgundy. HEX triplet: 67, 04 and 11. RGB value is (103,4,17). Sum of RGB (Red+Green+Blue) = 103+4+17=124 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.06% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 103 - color contains mainly: red. Hex color #670411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670411 is #98FBEE. Grayscale: #232323. Windows color (decimal): -10025967 or 1115239. OLE color: 1115239.

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

Color convert

RGB 103 4 17 -
CMYK 0 0.96 0.83 0.60
HSL 352.12º 0.93% 0.21% -
HSV(B) 352.12º 0.96% 0.4% -
XYZ 5.74 3.01 0.81 -
YUV 35.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 103 4 17 0 0.96 0.83 0.60 352.12 0.93 0.21
Hex 67 4 11 0 60 53 3C 160 5D 15
Octal 147 4 21 0 140 123 74 540 135 25
Binary 1100111 100 10001 0 1100000 1010011 111100 101100000 1011101 10101

Color Harmonies of #670411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670411

Black with #670411

Text Example


Text Example

White with #670411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670411; }

 p { color: rgb(103,4,17); }

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

background-color css

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

 a { background-color: rgb(103,4,17); }

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

border-color css

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

 span { border-color: rgb(103,4,17); }

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