Html Css Color HEX #670412 Burgundy

📋 copy color: '#670412'

red 103 ◦ green 4 ◦ blue 18

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

Shades of Burgundy #670412

Tints of Burgundy #670412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.4%

R = 82.4%
G = 3.2%
B = 14.4%

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

#670412 (or 0x670412) is known color: Burgundy. HEX triplet: 67, 04 and 12. RGB value is (103,4,18). Sum of RGB (Red+Green+Blue) = 103+4+18=125 (16% of max value = 765). Red value is 103 (40.62% from 255 or 82.4% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 103 - color contains mainly: red. Hex color #670412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670412 is #98FBED. Grayscale: #232323. Windows color (decimal): -10025966 or 1180775. OLE color: 1180775.

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

Color convert

RGB 103 4 18 -
CMYK 0 0.96 0.83 0.60
HSL 351.52º 0.93% 0.21% -
HSV(B) 351.52º 0.96% 0.4% -
XYZ 5.75 3.01 0.85 -
YUV 35.2 118.3 176.36 -
System Red Green Blue C M Y K H S L
Decimal 103 4 18 0 0.96 0.83 0.60 351.52 0.93 0.21
Hex 67 4 12 0 60 53 3C 160 5D 15
Octal 147 4 22 0 140 123 74 540 135 25
Binary 1100111 100 10010 0 1100000 1010011 111100 101100000 1011101 10101

Color Harmonies of #670412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670412

Black with #670412

Text Example


Text Example

White with #670412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670412; }

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

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

background-color css

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

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

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

border-color css

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

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

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