Html Css Color HEX #670113 Burgundy

📋 copy color: '#670113'

red 103 ◦ green 1 ◦ blue 19

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

Shades of Burgundy #670113

Tints of Burgundy #670113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 19 (7.81% from 255) = 15.45%

R = 83.74%
G = 0.81%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#670113 (or 0x670113) is known color: Burgundy. HEX triplet: 67, 01 and 13. RGB value is (103,1,19). Sum of RGB (Red+Green+Blue) = 103+1+19=123 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.74% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 103 - color contains mainly: red. Hex color #670113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670113 is #98FEEC. Grayscale: #212121. Windows color (decimal): -10026733 or 1245543. OLE color: 1245543.

HSL color Cylindrical-coordinate representation of color #670113: hue angle of 349.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670113 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 1 19 -
CMYK 0 0.99 0.82 0.60
HSL 349.41º 0.98% 0.2% -
HSV(B) 349.41º 0.99% 0.4% -
XYZ 5.72 2.95 0.88 -
YUV 33.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 103 1 19 0 0.99 0.82 0.60 349.41 0.98 0.2
Hex 67 1 13 0 63 52 3C 15D 62 14
Octal 147 1 23 0 143 122 74 535 142 24
Binary 1100111 1 10011 0 1100011 1010010 111100 101011101 1100010 10100

Color Harmonies of #670113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670113

Black with #670113

Text Example


Text Example

White with #670113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670113; }

 p { color: rgb(103,1,19); }

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

background-color css

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

 a { background-color: rgb(103,1,19); }

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

border-color css

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

 span { border-color: rgb(103,1,19); }

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