Html Css Color HEX #670018 Burgundy

📋 copy color: '#670018'

red 103 ◦ green 0 ◦ blue 24

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

Shades of Burgundy #670018

Tints of Burgundy #670018

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 81.1%
G = 0%
B = 18.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#670018 (or 0x670018) is known color: Burgundy. HEX triplet: 67, 00 and 18. RGB value is (103,0,24). Sum of RGB (Red+Green+Blue) = 103+0+24=127 (16% of max value = 765). Red value is 103 (40.62% from 255 or 81.10% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 103 - color contains mainly: red. Hex color #670018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670018 is #98FFE7. Grayscale: #212121. Windows color (decimal): -10026984 or 1572967. OLE color: 1572967.

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

Color convert

RGB 103 0 24 -
CMYK 0 1 0.77 0.60
HSL 346.02º 1% 0.2% -
HSV(B) 346.02º 1% 0.4% -
XYZ 5.76 2.95 1.13 -
YUV 33.53 122.62 177.55 -
System Red Green Blue C M Y K H S L
Decimal 103 0 24 0 1 0.77 0.60 346.02 1 0.2
Hex 67 0 18 0 64 4D 3C 15A 64 14
Octal 147 0 30 0 144 115 74 532 144 24
Binary 1100111 0 11000 0 1100100 1001101 111100 101011010 1100100 10100

Color Harmonies of #670018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670018

Black with #670018

Text Example


Text Example

White with #670018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670018; }

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

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

background-color css

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

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

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

border-color css

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

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

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