Html Css Color HEX #64021B Burgundy

📋 copy color: '#64021B'

red 100 ◦ green 2 ◦ blue 27

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

Shades of Burgundy #64021B

Tints of Burgundy #64021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.93%

R = 77.52%
G = 1.55%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#64021B (or 0x64021B) is known color: Burgundy. HEX triplet: 64, 02 and 1B. RGB value is (100,2,27). Sum of RGB (Red+Green+Blue) = 100+2+27=129 (17% of max value = 765). Red value is 100 (39.45% from 255 or 77.52% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 27 (10.94% from 255 or 20.93% from 129); Max value from RGB is 100 - color contains mainly: red. Hex color #64021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64021B is #9BFDE4. Grayscale: #222222. Windows color (decimal): -10223077 or 1770084. OLE color: 1770084.

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

Color convert

RGB 100 2 27 -
CMYK 0 0.98 0.73 0.61
HSL 344.69º 0.96% 0.2% -
HSV(B) 344.69º 0.98% 0.39% -
XYZ 5.48 2.83 1.29 -
YUV 34.15 123.97 174.97 -
System Red Green Blue C M Y K H S L
Decimal 100 2 27 0 0.98 0.73 0.61 344.69 0.96 0.2
Hex 64 2 1B 0 62 49 3D 159 60 14
Octal 144 2 33 0 142 111 75 531 140 24
Binary 1100100 10 11011 0 1100010 1001001 111101 101011001 1100000 10100

Color Harmonies of #64021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64021B

Black with #64021B

Text Example


Text Example

White with #64021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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