Html Css Color HEX #64021C Burgundy

📋 copy color: '#64021C'

red 100 ◦ green 2 ◦ blue 28

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

Shades of Burgundy #64021C

Tints of Burgundy #64021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.54%

R = 76.92%
G = 1.54%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#64021C (or 0x64021C) is known color: Burgundy. HEX triplet: 64, 02 and 1C. RGB value is (100,2,28). Sum of RGB (Red+Green+Blue) = 100+2+28=130 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.92% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 100 - color contains mainly: red. Hex color #64021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64021C is #9BFDE3. Grayscale: #222222. Windows color (decimal): -10223076 or 1835620. OLE color: 1835620.

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

Color convert

RGB 100 2 28 -
CMYK 0 0.98 0.72 0.61
HSL 344.08º 0.96% 0.2% -
HSV(B) 344.08º 0.98% 0.39% -
XYZ 5.49 2.84 1.36 -
YUV 34.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 100 2 28 0 0.98 0.72 0.61 344.08 0.96 0.2
Hex 64 2 1C 0 62 48 3D 158 60 14
Octal 144 2 34 0 142 110 75 530 140 24
Binary 1100100 10 11100 0 1100010 1001000 111101 101011000 1100000 10100

Color Harmonies of #64021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64021C

Black with #64021C

Text Example


Text Example

White with #64021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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