Html Css Color HEX #64010B Burgundy

📋 copy color: '#64010B'

red 100 ◦ green 1 ◦ blue 11

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

Shades of Burgundy #64010B

Tints of Burgundy #64010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.89%

 BLUE value IS 11 (4.69% from 255) = 9.82%

R = 89.29%
G = 0.89%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#64010B (or 0x64010B) is known color: Burgundy. HEX triplet: 64, 01 and 0B. RGB value is (100,1,11). Sum of RGB (Red+Green+Blue) = 100+1+11=112 (14% of max value = 765). Red value is 100 (39.45% from 255 or 89.29% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 100 - color contains mainly: red. Hex color #64010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64010B is #9BFEF4. Grayscale: #1F1F1F. Windows color (decimal): -10223349 or 721252. OLE color: 721252.

HSL color Cylindrical-coordinate representation of color #64010B: hue angle of 353.94º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64010B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 1 11 -
CMYK 0 0.99 0.89 0.61
HSL 353.94º 0.98% 0.2% -
HSV(B) 353.94º 0.99% 0.39% -
XYZ 5.33 2.76 0.57 -
YUV 31.74 116.3 176.69 -
System Red Green Blue C M Y K H S L
Decimal 100 1 11 0 0.99 0.89 0.61 353.94 0.98 0.2
Hex 64 1 B 0 63 59 3D 162 62 14
Octal 144 1 13 0 143 131 75 542 142 24
Binary 1100100 1 1011 0 1100011 1011001 111101 101100010 1100010 10100

Color Harmonies of #64010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64010B

Black with #64010B

Text Example


Text Example

White with #64010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,1,11); }

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

background-color css

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

 a { background-color: rgb(100,1,11); }

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

border-color css

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

 span { border-color: rgb(100,1,11); }

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