Html Css Color HEX #640B01 Maroon

📋 copy color: '#640B01'

red 100 ◦ green 11 ◦ blue 1

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

Shades of Maroon #640B01

Tints of Maroon #640B01

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #640B01: hue angle of 6.06º 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 #640B01 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 11 1 -
CMYK 0 0.89 0.99 0.61
HSL 6.06º 0.98% 0.2% -
HSV(B) 6.06º 0.99% 0.39% -
XYZ 5.38 2.95 0.31 -
YUV 36.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 100 11 1 0 0.89 0.99 0.61 6.06 0.98 0.2
Hex 64 B 1 0 59 63 3D 6 62 14
Octal 144 13 1 0 131 143 75 6 142 24
Binary 1100100 1011 1 0 1011001 1100011 111101 110 1100010 10100

Color Harmonies of #640B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640B01

Black with #640B01

Text Example


Text Example

White with #640B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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