Html Css Color HEX #670520 Burgundy

📋 copy color: '#670520'

red 103 ◦ green 5 ◦ blue 32

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

Shades of Burgundy #670520

Tints of Burgundy #670520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.57%

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

R = 73.57%
G = 3.57%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#670520 (or 0x670520) is known color: Burgundy. HEX triplet: 67, 05 and 20. RGB value is (103,5,32). Sum of RGB (Red+Green+Blue) = 103+5+32=140 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.57% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 103 - color contains mainly: red. Hex color #670520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670520 is #98FADF. Grayscale: #252525. Windows color (decimal): -10025696 or 2098535. OLE color: 2098535.

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

Color convert

RGB 103 5 32 -
CMYK 0 0.95 0.69 0.60
HSL 343.47º 0.91% 0.21% -
HSV(B) 343.47º 0.95% 0.4% -
XYZ 5.91 3.1 1.65 -
YUV 37.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 103 5 32 0 0.95 0.69 0.60 343.47 0.91 0.21
Hex 67 5 20 0 5F 45 3C 157 5B 15
Octal 147 5 40 0 137 105 74 527 133 25
Binary 1100111 101 100000 0 1011111 1000101 111100 101010111 1011011 10101

Color Harmonies of #670520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670520

Black with #670520

Text Example


Text Example

White with #670520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670520; }

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

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

background-color css

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

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

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

border-color css

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

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

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