Html Css Color HEX #641200 Red Oxide

📋 copy color: '#641200'

red 100 ◦ green 18 ◦ blue 0

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

Shades of Red Oxide #641200

Tints of Red Oxide #641200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.25%

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

R = 84.75%
G = 15.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#641200 (or 0x641200) is known color: Red Oxide. HEX triplet: 64, 12 and 00. RGB value is (100,18,0). Sum of RGB (Red+Green+Blue) = 100+18+0=118 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.75% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 100 - color contains mainly: red. Hex color #641200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641200 is #9BEDFF. Grayscale: #282828. Windows color (decimal): -10219008 or 4708. OLE color: 4708.

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

Color convert

RGB 100 18 0 -
CMYK 0 0.82 1 0.61
HSL 10.8º 1% 0.2% -
HSV(B) 10.8º 1% 0.39% -
XYZ 5.47 3.14 0.32 -
YUV 40.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 100 18 0 0 0.82 1 0.61 10.8 1 0.2
Hex 64 12 0 0 52 64 3D B 64 14
Octal 144 22 0 0 122 144 75 13 144 24
Binary 1100100 10010 0 0 1010010 1100100 111101 1011 1100100 10100

Color Harmonies of #641200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641200

Black with #641200

Text Example


Text Example

White with #641200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641200; }

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

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

background-color css

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

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

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

border-color css

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

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

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