Html Css Color HEX #64000D Burgundy

📋 copy color: '#64000D'

red 100 ◦ green 0 ◦ blue 13

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

Shades of Burgundy #64000D

Tints of Burgundy #64000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 11.5%

R = 88.5%
G = 0%
B = 11.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#64000D (or 0x64000D) is known color: Burgundy. HEX triplet: 64, 00 and 0D. RGB value is (100,0,13). Sum of RGB (Red+Green+Blue) = 100+0+13=113 (14% of max value = 765). Red value is 100 (39.45% from 255 or 88.50% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 100 - color contains mainly: red. Hex color #64000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64000D is #9BFFF2. Grayscale: #1F1F1F. Windows color (decimal): -10223603 or 852068. OLE color: 852068.

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

Color convert

RGB 100 0 13 -
CMYK 0 1 0.87 0.61
HSL 352.2º 1% 0.2% -
HSV(B) 352.2º 1% 0.39% -
XYZ 5.33 2.74 0.63 -
YUV 31.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 100 0 13 0 1 0.87 0.61 352.2 1 0.2
Hex 64 0 D 0 64 57 3D 160 64 14
Octal 144 0 15 0 144 127 75 540 144 24
Binary 1100100 0 1101 0 1100100 1010111 111101 101100000 1100100 10100

Color Harmonies of #64000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64000D

Black with #64000D

Text Example


Text Example

White with #64000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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