Html Css Color HEX #670320 Burgundy

📋 copy color: '#670320'

red 103 ◦ green 3 ◦ blue 32

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

Shades of Burgundy #670320

Tints of Burgundy #670320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

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

R = 74.64%
G = 2.17%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#670320 (or 0x670320) is known color: Burgundy. HEX triplet: 67, 03 and 20. RGB value is (103,3,32). Sum of RGB (Red+Green+Blue) = 103+3+32=138 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.64% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 103 - color contains mainly: red. Hex color #670320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670320 is #98FCDF. Grayscale: #242424. Windows color (decimal): -10026208 or 2098023. OLE color: 2098023.

HSL color Cylindrical-coordinate representation of color #670320: hue angle of 342.6º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #670320 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 3 32 -
CMYK 0 0.97 0.69 0.60
HSL 342.6º 0.94% 0.21% -
HSV(B) 342.6º 0.97% 0.4% -
XYZ 5.89 3.05 1.65 -
YUV 36.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 103 3 32 0 0.97 0.69 0.60 342.6 0.94 0.21
Hex 67 3 20 0 61 45 3C 157 5E 15
Octal 147 3 40 0 141 105 74 527 136 25
Binary 1100111 11 100000 0 1100001 1000101 111100 101010111 1011110 10101

Color Harmonies of #670320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670320

Black with #670320

Text Example


Text Example

White with #670320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670320; }

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

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

background-color css

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

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

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

border-color css

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

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

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