Html Css Color HEX #64021F Burgundy

📋 copy color: '#64021F'

red 100 ◦ green 2 ◦ blue 31

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

Shades of Burgundy #64021F

Tints of Burgundy #64021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.31%

R = 75.19%
G = 1.5%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#64021F (or 0x64021F) is known color: Burgundy. HEX triplet: 64, 02 and 1F. RGB value is (100,2,31). Sum of RGB (Red+Green+Blue) = 100+2+31=133 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.19% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 100 - color contains mainly: red. Hex color #64021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64021F is #9BFDE0. Grayscale: #222222. Windows color (decimal): -10223073 or 2032228. OLE color: 2032228.

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

Color convert

RGB 100 2 31 -
CMYK 0 0.98 0.69 0.61
HSL 342.24º 0.96% 0.2% -
HSV(B) 342.24º 0.98% 0.39% -
XYZ 5.52 2.85 1.56 -
YUV 34.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 100 2 31 0 0.98 0.69 0.61 342.24 0.96 0.2
Hex 64 2 1F 0 62 45 3D 156 60 14
Octal 144 2 37 0 142 105 75 526 140 24
Binary 1100100 10 11111 0 1100010 1000101 111101 101010110 1100000 10100

Color Harmonies of #64021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64021F

Black with #64021F

Text Example


Text Example

White with #64021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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