Html Css Color HEX #640215 Burgundy

📋 copy color: '#640215'

red 100 ◦ green 2 ◦ blue 21

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

Shades of Burgundy #640215

Tints of Burgundy #640215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.07%

R = 81.3%
G = 1.63%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#640215 (or 0x640215) is known color: Burgundy. HEX triplet: 64, 02 and 15. RGB value is (100,2,21). Sum of RGB (Red+Green+Blue) = 100+2+21=123 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.30% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 100 - color contains mainly: red. Hex color #640215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640215 is #9BFDEA. Grayscale: #212121. Windows color (decimal): -10223083 or 1376868. OLE color: 1376868.

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

Color convert

RGB 100 2 21 -
CMYK 0 0.98 0.79 0.61
HSL 348.37º 0.96% 0.2% -
HSV(B) 348.37º 0.98% 0.39% -
XYZ 5.41 2.81 0.97 -
YUV 33.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 100 2 21 0 0.98 0.79 0.61 348.37 0.96 0.2
Hex 64 2 15 0 62 4F 3D 15C 60 14
Octal 144 2 25 0 142 117 75 534 140 24
Binary 1100100 10 10101 0 1100010 1001111 111101 101011100 1100000 10100

Color Harmonies of #640215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640215

Black with #640215

Text Example


Text Example

White with #640215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640215; }

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

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

background-color css

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

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

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

border-color css

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

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

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