Html Css Color HEX #670518 Burgundy

📋 copy color: '#670518'

red 103 ◦ green 5 ◦ blue 24

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

Shades of Burgundy #670518

Tints of Burgundy #670518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.18%

R = 78.03%
G = 3.79%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#670518 (or 0x670518) is known color: Burgundy. HEX triplet: 67, 05 and 18. RGB value is (103,5,24). Sum of RGB (Red+Green+Blue) = 103+5+24=132 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.03% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 103 - color contains mainly: red. Hex color #670518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670518 is #98FAE7. Grayscale: #242424. Windows color (decimal): -10025704 or 1574247. OLE color: 1574247.

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

Color convert

RGB 103 5 24 -
CMYK 0 0.95 0.77 0.60
HSL 348.37º 0.91% 0.21% -
HSV(B) 348.37º 0.95% 0.4% -
XYZ 5.81 3.06 1.15 -
YUV 36.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 103 5 24 0 0.95 0.77 0.60 348.37 0.91 0.21
Hex 67 5 18 0 5F 4D 3C 15C 5B 15
Octal 147 5 30 0 137 115 74 534 133 25
Binary 1100111 101 11000 0 1011111 1001101 111100 101011100 1011011 10101

Color Harmonies of #670518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670518

Black with #670518

Text Example


Text Example

White with #670518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670518; }

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

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

background-color css

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

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

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

border-color css

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

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

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