Html Css Color HEX #641512 Red Oxide

📋 copy color: '#641512'

red 100 ◦ green 21 ◦ blue 18

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

Shades of Red Oxide #641512

Tints of Red Oxide #641512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.11%

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

R = 71.94%
G = 15.11%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#641512 (or 0x641512) is known color: Red Oxide. HEX triplet: 64, 15 and 12. RGB value is (100,21,18). Sum of RGB (Red+Green+Blue) = 100+21+18=139 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.94% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 100 - color contains mainly: red. Hex color #641512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641512 is #9BEAED. Grayscale: #2C2C2C. Windows color (decimal): -10218222 or 1185124. OLE color: 1185124.

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

Color convert

RGB 100 21 18 -
CMYK 0 0.79 0.82 0.61
HSL 2.2º 0.69% 0.23% -
HSV(B) 2.2º 0.82% 0.39% -
XYZ 5.63 3.29 0.91 -
YUV 44.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 100 21 18 0 0.79 0.82 0.61 2.2 0.69 0.23
Hex 64 15 12 0 4F 52 3D 2 45 17
Octal 144 25 22 0 117 122 75 2 105 27
Binary 1100100 10101 10010 0 1001111 1010010 111101 10 1000101 10111

Color Harmonies of #641512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641512

Black with #641512

Text Example


Text Example

White with #641512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641512; }

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

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

background-color css

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

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

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

border-color css

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

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

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