Html Css Color HEX #641104 Red Oxide

📋 copy color: '#641104'

red 100 ◦ green 17 ◦ blue 4

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

Shades of Red Oxide #641104

Tints of Red Oxide #641104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.05%

 BLUE value IS 4 (1.95% from 255) = 3.31%

R = 82.64%
G = 14.05%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#641104 (or 0x641104) is known color: Red Oxide. HEX triplet: 64, 11 and 04. RGB value is (100,17,4). Sum of RGB (Red+Green+Blue) = 100+17+4=121 (16% of max value = 765). Red value is 100 (39.45% from 255 or 82.64% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 100 - color contains mainly: red. Hex color #641104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641104 is #9BEEFB. Grayscale: #282828. Windows color (decimal): -10219260 or 266596. OLE color: 266596.

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

Color convert

RGB 100 17 4 -
CMYK 0 0.83 0.96 0.61
HSL 8.13º 0.92% 0.2% -
HSV(B) 8.13º 0.96% 0.39% -
XYZ 5.48 3.12 0.43 -
YUV 40.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 100 17 4 0 0.83 0.96 0.61 8.13 0.92 0.2
Hex 64 11 4 0 53 60 3D 8 5C 14
Octal 144 21 4 0 123 140 75 10 134 24
Binary 1100100 10001 100 0 1010011 1100000 111101 1000 1011100 10100

Color Harmonies of #641104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641104

Black with #641104

Text Example


Text Example

White with #641104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641104; }

 p { color: rgb(100,17,4); }

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

background-color css

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

 a { background-color: rgb(100,17,4); }

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

border-color css

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

 span { border-color: rgb(100,17,4); }

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