Html Css Color HEX #64031D Burgundy

📋 copy color: '#64031D'

red 100 ◦ green 3 ◦ blue 29

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

Shades of Burgundy #64031D

Tints of Burgundy #64031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

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

R = 75.76%
G = 2.27%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#64031D (or 0x64031D) is known color: Burgundy. HEX triplet: 64, 03 and 1D. RGB value is (100,3,29). Sum of RGB (Red+Green+Blue) = 100+3+29=132 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.76% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 100 - color contains mainly: red. Hex color #64031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64031D is #9BFCE2. Grayscale: #222222. Windows color (decimal): -10222819 or 1901412. OLE color: 1901412.

HSL color Cylindrical-coordinate representation of color #64031D: hue angle of 343.92º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64031D is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 3 29 -
CMYK 0 0.97 0.71 0.61
HSL 343.92º 0.94% 0.2% -
HSV(B) 343.92º 0.97% 0.39% -
XYZ 5.51 2.86 1.42 -
YUV 34.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 100 3 29 0 0.97 0.71 0.61 343.92 0.94 0.2
Hex 64 3 1D 0 61 47 3D 158 5E 14
Octal 144 3 35 0 141 107 75 530 136 24
Binary 1100100 11 11101 0 1100001 1000111 111101 101011000 1011110 10100

Color Harmonies of #64031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64031D

Black with #64031D

Text Example


Text Example

White with #64031D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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