Html Css Color HEX #64020E Burgundy

📋 copy color: '#64020E'

red 100 ◦ green 2 ◦ blue 14

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

Shades of Burgundy #64020E

Tints of Burgundy #64020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.72%

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

R = 86.21%
G = 1.72%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#64020E (or 0x64020E) is known color: Burgundy. HEX triplet: 64, 02 and 0E. RGB value is (100,2,14). Sum of RGB (Red+Green+Blue) = 100+2+14=116 (15% of max value = 765). Red value is 100 (39.45% from 255 or 86.21% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 100 - color contains mainly: red. Hex color #64020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64020E is #9BFDF1. Grayscale: #202020. Windows color (decimal): -10223090 or 918116. OLE color: 918116.

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

Color convert

RGB 100 2 14 -
CMYK 0 0.98 0.86 0.61
HSL 352.65º 0.96% 0.2% -
HSV(B) 352.65º 0.98% 0.39% -
XYZ 5.36 2.78 0.67 -
YUV 32.67 117.47 176.02 -
System Red Green Blue C M Y K H S L
Decimal 100 2 14 0 0.98 0.86 0.61 352.65 0.96 0.2
Hex 64 2 E 0 62 56 3D 161 60 14
Octal 144 2 16 0 142 126 75 541 140 24
Binary 1100100 10 1110 0 1100010 1010110 111101 101100001 1100000 10100

Color Harmonies of #64020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64020E

Black with #64020E

Text Example


Text Example

White with #64020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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