#641A1A

Color #641A1A Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #641A1A

Tints of Red Oxide #641A1A

Color information

#641A1A (or 0x641A1A) is unknown color: approx Red Oxide. HEX triplet: 64, 1A and 1A. RGB value is (100,26,26). Sum of RGB (Red+Green+Blue) = 100+26+26=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #641A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641A1A is #9BE5E5. Grayscale: #303030. Windows color (decimal): -10216934 or 1710692. OLE color: 1710692.

HSL color Cylindrical-coordinate representation of color #641A1A: hue angle of 0º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #641A1A is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB1002626-
CMYK00.740.740.61
HSL58.73%24.71%-
HSV(B)74%39.22%-
XYZ5.813.521.35-
YUV48.13115.52165-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 65.79%
GREEN value IS 26 (10.55% from 255) = 17.11%
BLUE value IS 26 (10.55% from 255) = 17.11%
R=65.79%
G=17.11%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100262600.740.740.61058.7324.71
Hex641A1A04A4A3D03b19
Octal144323201121127507331
Binary11001001101011010010010101001010111101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641A1A; }

 p { color: rgb(100,26,26); }

 H1.HeaderClassName
 {
   color: #641A1A;
 }
 .AnyTagClassName
 {
   color: #641A1A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #641A1A;
 }
 .BgClassName
 {
   background-color: #641A1A;
 }
</style>
border-color css

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

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

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