Html Css Color HEX #670625 Burgundy

📋 copy color: '#670625'

red 103 ◦ green 6 ◦ blue 37

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

Shades of Burgundy #670625

Tints of Burgundy #670625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.11%

 BLUE value IS 37 (14.84% from 255) = 25.34%

R = 70.55%
G = 4.11%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#670625 (or 0x670625) is known color: Burgundy. HEX triplet: 67, 06 and 25. RGB value is (103,6,37). Sum of RGB (Red+Green+Blue) = 103+6+37=146 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.55% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 103 - color contains mainly: red. Hex color #670625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670625 is #98F9DA. Grayscale: #262626. Windows color (decimal): -10025435 or 2426471. OLE color: 2426471.

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

Color convert

RGB 103 6 37 -
CMYK 0 0.94 0.64 0.60
HSL 340.82º 0.89% 0.21% -
HSV(B) 340.82º 0.94% 0.4% -
XYZ 5.99 3.15 2.04 -
YUV 38.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 103 6 37 0 0.94 0.64 0.60 340.82 0.89 0.21
Hex 67 6 25 0 5E 40 3C 155 59 15
Octal 147 6 45 0 136 100 74 525 131 25
Binary 1100111 110 100101 0 1011110 1000000 111100 101010101 1011001 10101

Color Harmonies of #670625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670625

Black with #670625

Text Example


Text Example

White with #670625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670625; }

 p { color: rgb(103,6,37); }

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

background-color css

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

 a { background-color: rgb(103,6,37); }

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

border-color css

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

 span { border-color: rgb(103,6,37); }

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