Html Css Color HEX #670020 Burgundy

📋 copy color: '#670020'

red 103 ◦ green 0 ◦ blue 32

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

Shades of Burgundy #670020

Tints of Burgundy #670020

RGB

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

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

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

R = 76.3%
G = 0%
B = 23.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#670020 (or 0x670020) is known color: Burgundy. HEX triplet: 67, 00 and 20. RGB value is (103,0,32). Sum of RGB (Red+Green+Blue) = 103+0+32=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #670020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670020 is #98FFDF. Grayscale: #222222. Windows color (decimal): -10026976 or 2097255. OLE color: 2097255.

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

Color convert

RGB 103 0 32 -
CMYK 0 1 0.69 0.60
HSL 341.36º 1% 0.2% -
HSV(B) 341.36º 1% 0.4% -
XYZ 5.85 2.99 1.63 -
YUV 34.45 126.62 176.9 -
System Red Green Blue C M Y K H S L
Decimal 103 0 32 0 1 0.69 0.60 341.36 1 0.2
Hex 67 0 20 0 64 45 3C 155 64 14
Octal 147 0 40 0 144 105 74 525 144 24
Binary 1100111 0 100000 0 1100100 1000101 111100 101010101 1100100 10100

Color Harmonies of #670020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670020

Black with #670020

Text Example


Text Example

White with #670020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670020; }

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

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

background-color css

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

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

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

border-color css

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

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

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