Html Css Color HEX #670210 Burgundy

📋 copy color: '#670210'

red 103 ◦ green 2 ◦ blue 16

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

Shades of Burgundy #670210

Tints of Burgundy #670210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 85.12%
G = 1.65%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#670210 (or 0x670210) is known color: Burgundy. HEX triplet: 67, 02 and 10. RGB value is (103,2,16). Sum of RGB (Red+Green+Blue) = 103+2+16=121 (16% of max value = 765). Red value is 103 (40.62% from 255 or 85.12% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 103 - color contains mainly: red. Hex color #670210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670210 is #98FDEF. Grayscale: #212121. Windows color (decimal): -10026480 or 1049191. OLE color: 1049191.

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

Color convert

RGB 103 2 16 -
CMYK 0 0.98 0.84 0.60
HSL 351.68º 0.96% 0.21% -
HSV(B) 351.68º 0.98% 0.4% -
XYZ 5.71 2.96 0.76 -
YUV 33.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 103 2 16 0 0.98 0.84 0.60 351.68 0.96 0.21
Hex 67 2 10 0 62 54 3C 160 60 15
Octal 147 2 20 0 142 124 74 540 140 25
Binary 1100111 10 10000 0 1100010 1010100 111100 101100000 1100000 10101

Color Harmonies of #670210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670210

Black with #670210

Text Example


Text Example

White with #670210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670210; }

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

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

background-color css

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

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

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

border-color css

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

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

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