Html Css Color HEX #670212 Burgundy

📋 copy color: '#670212'

red 103 ◦ green 2 ◦ blue 18

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

Shades of Burgundy #670212

Tints of Burgundy #670212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.63%

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

R = 83.74%
G = 1.63%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#670212 (or 0x670212) is known color: Burgundy. HEX triplet: 67, 02 and 12. RGB value is (103,2,18). Sum of RGB (Red+Green+Blue) = 103+2+18=123 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.74% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 103 - color contains mainly: red. Hex color #670212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670212 is #98FDED. Grayscale: #222222. Windows color (decimal): -10026478 or 1180263. OLE color: 1180263.

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

Color convert

RGB 103 2 18 -
CMYK 0 0.98 0.83 0.60
HSL 350.5º 0.96% 0.21% -
HSV(B) 350.5º 0.98% 0.4% -
XYZ 5.72 2.97 0.84 -
YUV 34.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 103 2 18 0 0.98 0.83 0.60 350.5 0.96 0.21
Hex 67 2 12 0 62 53 3C 15E 60 15
Octal 147 2 22 0 142 123 74 536 140 25
Binary 1100111 10 10010 0 1100010 1010011 111100 101011110 1100000 10101

Color Harmonies of #670212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670212

Black with #670212

Text Example


Text Example

White with #670212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670212; }

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

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

background-color css

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

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

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

border-color css

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

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

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