Html Css Color HEX #670010 Burgundy

📋 copy color: '#670010'

red 103 ◦ green 0 ◦ blue 16

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

Shades of Burgundy #670010

Tints of Burgundy #670010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.55%
G = 0%
B = 13.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#670010 (or 0x670010) is known color: Burgundy. HEX triplet: 67, 00 and 10. RGB value is (103,0,16). Sum of RGB (Red+Green+Blue) = 103+0+16=119 (15% of max value = 765). Red value is 103 (40.62% from 255 or 86.55% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 103 - color contains mainly: red. Hex color #670010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670010 is #98FFEF. Grayscale: #202020. Windows color (decimal): -10026992 or 1048679. OLE color: 1048679.

HSL color Cylindrical-coordinate representation of color #670010: hue angle of 350.68º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670010 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 0 16 -
CMYK 0 1 0.84 0.60
HSL 350.68º 1% 0.2% -
HSV(B) 350.68º 1% 0.4% -
XYZ 5.69 2.92 0.75 -
YUV 32.62 118.62 178.2 -
System Red Green Blue C M Y K H S L
Decimal 103 0 16 0 1 0.84 0.60 350.68 1 0.2
Hex 67 0 10 0 64 54 3C 15F 64 14
Octal 147 0 20 0 144 124 74 537 144 24
Binary 1100111 0 10000 0 1100100 1010100 111100 101011111 1100100 10100

Color Harmonies of #670010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670010

Black with #670010

Text Example


Text Example

White with #670010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670010; }

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

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

background-color css

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

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

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

border-color css

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

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

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