Html Css Color HEX #64010E Burgundy

📋 copy color: '#64010E'

red 100 ◦ green 1 ◦ blue 14

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

Shades of Burgundy #64010E

Tints of Burgundy #64010E

RGB

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

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

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

R = 86.96%
G = 0.87%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#64010E (or 0x64010E) is known color: Burgundy. HEX triplet: 64, 01 and 0E. RGB value is (100,1,14). Sum of RGB (Red+Green+Blue) = 100+1+14=115 (15% of max value = 765). Red value is 100 (39.45% from 255 or 86.96% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 100 - color contains mainly: red. Hex color #64010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64010E is #9BFEF1. Grayscale: #202020. Windows color (decimal): -10223346 or 917860. OLE color: 917860.

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

Color convert

RGB 100 1 14 -
CMYK 0 0.99 0.86 0.61
HSL 352.12º 0.98% 0.2% -
HSV(B) 352.12º 0.99% 0.39% -
XYZ 5.35 2.76 0.67 -
YUV 32.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 100 1 14 0 0.99 0.86 0.61 352.12 0.98 0.2
Hex 64 1 E 0 63 56 3D 160 62 14
Octal 144 1 16 0 143 126 75 540 142 24
Binary 1100100 1 1110 0 1100011 1010110 111101 101100000 1100010 10100

Color Harmonies of #64010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64010E

Black with #64010E

Text Example


Text Example

White with #64010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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