Html Css Color HEX #670108 Burgundy

📋 copy color: '#670108'

red 103 ◦ green 1 ◦ blue 8

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

Shades of Burgundy #670108

Tints of Burgundy #670108

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.89%

 BLUE value IS 8 (3.52% from 255) = 7.14%

R = 91.96%
G = 0.89%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#670108 (or 0x670108) is known color: Burgundy. HEX triplet: 67, 01 and 08. RGB value is (103,1,8). Sum of RGB (Red+Green+Blue) = 103+1+8=112 (14% of max value = 765). Red value is 103 (40.62% from 255 or 91.96% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 103 - color contains mainly: red. Hex color #670108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670108 is #98FEF7. Grayscale: #202020. Windows color (decimal): -10026744 or 524647. OLE color: 524647.

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

Color convert

RGB 103 1 8 -
CMYK 0 0.99 0.92 0.60
HSL 355.88º 0.98% 0.2% -
HSV(B) 355.88º 0.99% 0.4% -
XYZ 5.65 2.92 0.5 -
YUV 32.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 103 1 8 0 0.99 0.92 0.60 355.88 0.98 0.2
Hex 67 1 8 0 63 5C 3C 164 62 14
Octal 147 1 10 0 143 134 74 544 142 24
Binary 1100111 1 1000 0 1100011 1011100 111100 101100100 1100010 10100

Color Harmonies of #670108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670108

Black with #670108

Text Example


Text Example

White with #670108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670108; }

 p { color: rgb(103,1,8); }

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

background-color css

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

 a { background-color: rgb(103,1,8); }

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

border-color css

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

 span { border-color: rgb(103,1,8); }

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