Html Css Color HEX #641612 Red Oxide

📋 copy color: '#641612'

red 100 ◦ green 22 ◦ blue 18

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

Shades of Red Oxide #641612

Tints of Red Oxide #641612

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.71%

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

R = 71.43%
G = 15.71%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#641612 (or 0x641612) is known color: Red Oxide. HEX triplet: 64, 16 and 12. RGB value is (100,22,18). Sum of RGB (Red+Green+Blue) = 100+22+18=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #641612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641612 is #9BE9ED. Grayscale: #2C2C2C. Windows color (decimal): -10217966 or 1185380. OLE color: 1185380.

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

Color convert

RGB 100 22 18 -
CMYK 0 0.78 0.82 0.61
HSL 2.93º 0.69% 0.23% -
HSV(B) 2.93º 0.82% 0.39% -
XYZ 5.65 3.33 0.92 -
YUV 44.87 112.84 167.33 -
System Red Green Blue C M Y K H S L
Decimal 100 22 18 0 0.78 0.82 0.61 2.93 0.69 0.23
Hex 64 16 12 0 4E 52 3D 3 45 17
Octal 144 26 22 0 116 122 75 3 105 27
Binary 1100100 10110 10010 0 1001110 1010010 111101 11 1000101 10111

Color Harmonies of #641612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641612

Black with #641612

Text Example


Text Example

White with #641612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641612; }

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

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

background-color css

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

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

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

border-color css

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

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

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