Html Css Color HEX #640F04 Red Oxide

📋 copy color: '#640F04'

red 100 ◦ green 15 ◦ blue 4

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

Shades of Red Oxide #640F04

Tints of Red Oxide #640F04

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.61%

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

R = 84.03%
G = 12.61%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#640F04 (or 0x640F04) is known color: Red Oxide. HEX triplet: 64, 0F and 04. RGB value is (100,15,4). Sum of RGB (Red+Green+Blue) = 100+15+4=119 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.03% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 100 - color contains mainly: red. Hex color #640F04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640F04 is #9BF0FB. Grayscale: #272727. Windows color (decimal): -10219772 or 266084. OLE color: 266084.

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

Color convert

RGB 100 15 4 -
CMYK 0 0.85 0.96 0.61
HSL 6.88º 0.92% 0.2% -
HSV(B) 6.88º 0.96% 0.39% -
XYZ 5.45 3.06 0.42 -
YUV 39.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 100 15 4 0 0.85 0.96 0.61 6.88 0.92 0.2
Hex 64 F 4 0 55 60 3D 7 5C 14
Octal 144 17 4 0 125 140 75 7 134 24
Binary 1100100 1111 100 0 1010101 1100000 111101 111 1011100 10100

Color Harmonies of #640F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640F04

Black with #640F04

Text Example


Text Example

White with #640F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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