Html Css Color HEX #640017 Burgundy

📋 copy color: '#640017'

red 100 ◦ green 0 ◦ blue 23

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

Shades of Burgundy #640017

Tints of Burgundy #640017

RGB

 RED value IS 100 (39.45% from 255) = 81.3%

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

 BLUE value IS 23 (9.38% from 255) = 18.7%

R = 81.3%
G = 0%
B = 18.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#640017 (or 0x640017) is known color: Burgundy. HEX triplet: 64, 00 and 17. RGB value is (100,0,23). Sum of RGB (Red+Green+Blue) = 100+0+23=123 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.30% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 100 - color contains mainly: red. Hex color #640017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640017 is #9BFFE8. Grayscale: #202020. Windows color (decimal): -10223593 or 1507428. OLE color: 1507428.

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

Color convert

RGB 100 0 23 -
CMYK 0 1 0.77 0.61
HSL 346.2º 1% 0.2% -
HSV(B) 346.2º 1% 0.39% -
XYZ 5.41 2.77 1.06 -
YUV 32.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 100 0 23 0 1 0.77 0.61 346.2 1 0.2
Hex 64 0 17 0 64 4D 3D 15A 64 14
Octal 144 0 27 0 144 115 75 532 144 24
Binary 1100100 0 10111 0 1100100 1001101 111101 101011010 1100100 10100

Color Harmonies of #640017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640017

Black with #640017

Text Example


Text Example

White with #640017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640017; }

 p { color: rgb(100,0,23); }

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

background-color css

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

 a { background-color: rgb(100,0,23); }

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

border-color css

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

 span { border-color: rgb(100,0,23); }

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