Html Css Color HEX #641004 Red Oxide

📋 copy color: '#641004'

red 100 ◦ green 16 ◦ blue 4

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

Shades of Red Oxide #641004

Tints of Red Oxide #641004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.33%

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

R = 83.33%
G = 13.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#641004 (or 0x641004) is known color: Red Oxide. HEX triplet: 64, 10 and 04. RGB value is (100,16,4). Sum of RGB (Red+Green+Blue) = 100+16+4=120 (15% of max value = 765). Red value is 100 (39.45% from 255 or 83.33% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 100 - color contains mainly: red. Hex color #641004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641004 is #9BEFFB. Grayscale: #272727. Windows color (decimal): -10219516 or 266340. OLE color: 266340.

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

Color convert

RGB 100 16 4 -
CMYK 0 0.84 0.96 0.61
HSL 7.5º 0.92% 0.2% -
HSV(B) 7.5º 0.96% 0.39% -
XYZ 5.46 3.09 0.42 -
YUV 39.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 100 16 4 0 0.84 0.96 0.61 7.5 0.92 0.2
Hex 64 10 4 0 54 60 3D 8 5C 14
Octal 144 20 4 0 124 140 75 10 134 24
Binary 1100100 10000 100 0 1010100 1100000 111101 1000 1011100 10100

Color Harmonies of #641004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641004

Black with #641004

Text Example


Text Example

White with #641004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641004; }

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

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

background-color css

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

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

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

border-color css

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

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

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