Html Css Color HEX #64000E Burgundy

📋 copy color: '#64000E'

red 100 ◦ green 0 ◦ blue 14

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

Shades of Burgundy #64000E

Tints of Burgundy #64000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.28%

R = 87.72%
G = 0%
B = 12.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#64000E (or 0x64000E) is known color: Burgundy. HEX triplet: 64, 00 and 0E. RGB value is (100,0,14). Sum of RGB (Red+Green+Blue) = 100+0+14=114 (15% of max value = 765). Red value is 100 (39.45% from 255 or 87.72% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 100 - color contains mainly: red. Hex color #64000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64000E is #9BFFF1. Grayscale: #1F1F1F. Windows color (decimal): -10223602 or 917604. OLE color: 917604.

HSL color Cylindrical-coordinate representation of color #64000E: hue angle of 351.6º 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 #64000E is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 0 14 -
CMYK 0 1 0.86 0.61
HSL 351.6º 1% 0.2% -
HSV(B) 351.6º 1% 0.39% -
XYZ 5.33 2.74 0.66 -
YUV 31.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 100 0 14 0 1 0.86 0.61 351.6 1 0.2
Hex 64 0 E 0 64 56 3D 160 64 14
Octal 144 0 16 0 144 126 75 540 144 24
Binary 1100100 0 1110 0 1100100 1010110 111101 101100000 1100100 10100

Color Harmonies of #64000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64000E

Black with #64000E

Text Example


Text Example

White with #64000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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