Html Css Color HEX #64001E Burgundy

📋 copy color: '#64001E'

red 100 ◦ green 0 ◦ blue 30

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

Shades of Burgundy #64001E

Tints of Burgundy #64001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.08%

R = 76.92%
G = 0%
B = 23.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#64001E (or 0x64001E) is known color: Burgundy. HEX triplet: 64, 00 and 1E. RGB value is (100,0,30). Sum of RGB (Red+Green+Blue) = 100+0+30=130 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.92% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 100 - color contains mainly: red. Hex color #64001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64001E is #9BFFE1. Grayscale: #212121. Windows color (decimal): -10223586 or 1966180. OLE color: 1966180.

HSL color Cylindrical-coordinate representation of color #64001E: hue angle of 342º 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 #64001E is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 0 30 -
CMYK 0 1 0.70 0.61
HSL 342º 1% 0.2% -
HSV(B) 342º 1% 0.39% -
XYZ 5.49 2.8 1.48 -
YUV 33.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 100 0 30 0 1 0.70 0.61 342 1 0.2
Hex 64 0 1E 0 64 46 3D 156 64 14
Octal 144 0 36 0 144 106 75 526 144 24
Binary 1100100 0 11110 0 1100100 1000110 111101 101010110 1100100 10100

Color Harmonies of #64001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64001E

Black with #64001E

Text Example


Text Example

White with #64001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64001E; }

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

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

background-color css

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

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

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

border-color css

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

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

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