Html Css Color HEX #641812 Red Oxide

📋 copy color: '#641812'

red 100 ◦ green 24 ◦ blue 18

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

Shades of Red Oxide #641812

Tints of Red Oxide #641812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.9%

 BLUE value IS 18 (7.42% from 255) = 12.68%

R = 70.42%
G = 16.9%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#641812 (or 0x641812) is known color: Red Oxide. HEX triplet: 64, 18 and 12. RGB value is (100,24,18). Sum of RGB (Red+Green+Blue) = 100+24+18=142 (18% of max value = 765). Red value is 100 (39.45% from 255 or 70.42% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 100 - color contains mainly: red. Hex color #641812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641812 is #9BE7ED. Grayscale: #2E2E2E. Windows color (decimal): -10217454 or 1185892. OLE color: 1185892.

HSL color Cylindrical-coordinate representation of color #641812: hue angle of 4.39º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641812 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 24 18 -
CMYK 0 0.76 0.82 0.61
HSL 4.39º 0.69% 0.23% -
HSV(B) 4.39º 0.82% 0.39% -
XYZ 5.69 3.41 0.93 -
YUV 46.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 100 24 18 0 0.76 0.82 0.61 4.39 0.69 0.23
Hex 64 18 12 0 4C 52 3D 4 45 17
Octal 144 30 22 0 114 122 75 4 105 27
Binary 1100100 11000 10010 0 1001100 1010010 111101 100 1000101 10111

Color Harmonies of #641812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641812

Black with #641812

Text Example


Text Example

White with #641812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641812; }

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

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

background-color css

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

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

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

border-color css

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

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

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