Html Css Color HEX #64000A Burgundy

📋 copy color: '#64000A'

red 100 ◦ green 0 ◦ blue 10

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

Shades of Burgundy #64000A

Tints of Burgundy #64000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 10 (4.3% from 255) = 9.09%

R = 90.91%
G = 0%
B = 9.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#64000A (or 0x64000A) is known color: Burgundy. HEX triplet: 64, 00 and 0A. RGB value is (100,0,10). Sum of RGB (Red+Green+Blue) = 100+0+10=110 (14% of max value = 765). Red value is 100 (39.45% from 255 or 90.91% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 100 - color contains mainly: red. Hex color #64000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64000A is #9BFFF5. Grayscale: #1F1F1F. Windows color (decimal): -10223606 or 655460. OLE color: 655460.

HSL color Cylindrical-coordinate representation of color #64000A: hue angle of 354º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64000A is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 0 10 -
CMYK 0 1 0.90 0.61
HSL 354º 1% 0.2% -
HSV(B) 354º 1% 0.39% -
XYZ 5.31 2.73 0.53 -
YUV 31.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 100 0 10 0 1 0.90 0.61 354 1 0.2
Hex 64 0 A 0 64 5A 3D 162 64 14
Octal 144 0 12 0 144 132 75 542 144 24
Binary 1100100 0 1010 0 1100100 1011010 111101 101100010 1100100 10100

Color Harmonies of #64000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64000A

Black with #64000A

Text Example


Text Example

White with #64000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64000A; }

 p { color: rgb(100,0,10); }

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

background-color css

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

 a { background-color: rgb(100,0,10); }

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

border-color css

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

 span { border-color: rgb(100,0,10); }

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