Html Css Color HEX #641900 Red Oxide

📋 copy color: '#641900'

red 100 ◦ green 25 ◦ blue 0

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

Shades of Red Oxide #641900

Tints of Red Oxide #641900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20%

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

R = 80%
G = 20%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#641900 (or 0x641900) is known color: Red Oxide. HEX triplet: 64, 19 and 00. RGB value is (100,25,0). Sum of RGB (Red+Green+Blue) = 100+25+0=125 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 100 - color contains mainly: red. Hex color #641900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641900 is #9BE6FF. Grayscale: #2C2C2C. Windows color (decimal): -10217216 or 6500. OLE color: 6500.

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

Color convert

RGB 100 25 0 -
CMYK 0 0.75 1 0.61
HSL 15º 1% 0.2% -
HSV(B) 15º 1% 0.39% -
XYZ 5.6 3.4 0.36 -
YUV 44.58 102.85 167.53 -
System Red Green Blue C M Y K H S L
Decimal 100 25 0 0 0.75 1 0.61 15 1 0.2
Hex 64 19 0 0 4B 64 3D F 64 14
Octal 144 31 0 0 113 144 75 17 144 24
Binary 1100100 11001 0 0 1001011 1100100 111101 1111 1100100 10100

Color Harmonies of #641900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641900

Black with #641900

Text Example


Text Example

White with #641900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641900; }

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

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

background-color css

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

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

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

border-color css

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

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

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