Html Css Color HEX #64001D Burgundy

📋 copy color: '#64001D'

red 100 ◦ green 0 ◦ blue 29

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

Shades of Burgundy #64001D

Tints of Burgundy #64001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 22.48%

R = 77.52%
G = 0%
B = 22.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#64001D (or 0x64001D) is known color: Burgundy. HEX triplet: 64, 00 and 1D. RGB value is (100,0,29). Sum of RGB (Red+Green+Blue) = 100+0+29=129 (17% of max value = 765). Red value is 100 (39.45% from 255 or 77.52% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 100 - color contains mainly: red. Hex color #64001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64001D is #9BFFE2. Grayscale: #212121. Windows color (decimal): -10223587 or 1900644. OLE color: 1900644.

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

Color convert

RGB 100 0 29 -
CMYK 0 1 0.71 0.61
HSL 342.6º 1% 0.2% -
HSV(B) 342.6º 1% 0.39% -
XYZ 5.48 2.8 1.41 -
YUV 33.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 100 0 29 0 1 0.71 0.61 342.6 1 0.2
Hex 64 0 1D 0 64 47 3D 157 64 14
Octal 144 0 35 0 144 107 75 527 144 24
Binary 1100100 0 11101 0 1100100 1000111 111101 101010111 1100100 10100

Color Harmonies of #64001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64001D

Black with #64001D

Text Example


Text Example

White with #64001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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