Html Css Color HEX #670120 Burgundy

📋 copy color: '#670120'

red 103 ◦ green 1 ◦ blue 32

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

Shades of Burgundy #670120

Tints of Burgundy #670120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.53%

R = 75.74%
G = 0.74%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#670120 (or 0x670120) is known color: Burgundy. HEX triplet: 67, 01 and 20. RGB value is (103,1,32). Sum of RGB (Red+Green+Blue) = 103+1+32=136 (18% of max value = 765). Red value is 103 (40.62% from 255 or 75.74% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 103 - color contains mainly: red. Hex color #670120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670120 is #98FEDF. Grayscale: #232323. Windows color (decimal): -10026720 or 2097511. OLE color: 2097511.

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

Color convert

RGB 103 1 32 -
CMYK 0 0.99 0.69 0.60
HSL 341.76º 0.98% 0.2% -
HSV(B) 341.76º 0.99% 0.4% -
XYZ 5.87 3.01 1.64 -
YUV 35.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 103 1 32 0 0.99 0.69 0.60 341.76 0.98 0.2
Hex 67 1 20 0 63 45 3C 156 62 14
Octal 147 1 40 0 143 105 74 526 142 24
Binary 1100111 1 100000 0 1100011 1000101 111100 101010110 1100010 10100

Color Harmonies of #670120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670120

Black with #670120

Text Example


Text Example

White with #670120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670120; }

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

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

background-color css

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

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

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

border-color css

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

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

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