Html Css Color HEX #641401 Red Oxide

📋 copy color: '#641401'

red 100 ◦ green 20 ◦ blue 1

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

Shades of Red Oxide #641401

Tints of Red Oxide #641401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.53%

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

R = 82.64%
G = 16.53%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#641401 (or 0x641401) is known color: Red Oxide. HEX triplet: 64, 14 and 01. RGB value is (100,20,1). Sum of RGB (Red+Green+Blue) = 100+20+1=121 (16% of max value = 765). Red value is 100 (39.45% from 255 or 82.64% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 100 - color contains mainly: red. Hex color #641401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641401 is #9BEBFE. Grayscale: #292929. Windows color (decimal): -10218495 or 70756. OLE color: 70756.

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

Color convert

RGB 100 20 1 -
CMYK 0 0.8 0.99 0.61
HSL 11.52º 0.98% 0.2% -
HSV(B) 11.52º 0.99% 0.39% -
XYZ 5.51 3.21 0.36 -
YUV 41.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 100 20 1 0 0.8 0.99 0.61 11.52 0.98 0.2
Hex 64 14 1 0 50 63 3D C 62 14
Octal 144 24 1 0 120 143 75 14 142 24
Binary 1100100 10100 1 0 1010000 1100011 111101 1100 1100010 10100

Color Harmonies of #641401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641401

Black with #641401

Text Example


Text Example

White with #641401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641401; }

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

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

background-color css

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

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

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

border-color css

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

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

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