Html Css Color HEX #64021D Burgundy

📋 copy color: '#64021D'

red 100 ◦ green 2 ◦ blue 29

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

Shades of Burgundy #64021D

Tints of Burgundy #64021D

RGB

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

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

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

R = 76.34%
G = 1.53%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#64021D (or 0x64021D) is known color: Burgundy. HEX triplet: 64, 02 and 1D. RGB value is (100,2,29). Sum of RGB (Red+Green+Blue) = 100+2+29=131 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.34% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 100 - color contains mainly: red. Hex color #64021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64021D is #9BFDE2. Grayscale: #222222. Windows color (decimal): -10223075 or 1901156. OLE color: 1901156.

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

Color convert

RGB 100 2 29 -
CMYK 0 0.98 0.71 0.61
HSL 343.47º 0.96% 0.2% -
HSV(B) 343.47º 0.98% 0.39% -
XYZ 5.5 2.84 1.42 -
YUV 34.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 100 2 29 0 0.98 0.71 0.61 343.47 0.96 0.2
Hex 64 2 1D 0 62 47 3D 157 60 14
Octal 144 2 35 0 142 107 75 527 140 24
Binary 1100100 10 11101 0 1100010 1000111 111101 101010111 1100000 10100

Color Harmonies of #64021D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64021D

Black with #64021D

Text Example


Text Example

White with #64021D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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