#641413

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

Shades of Red Oxide #641413

Tints of Red Oxide #641413

Color information

#641413 (or 0x641413) is unknown color: approx Red Oxide. HEX triplet: 64, 14 and 13. RGB value is (100,20,19). Sum of RGB (Red+Green+Blue) = 100+20+19=139 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.94% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 100 - color contains mainly: red. Hex color #641413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641413 is #9BEBEC. Grayscale: #2B2B2B. Windows color (decimal): -10218477 or 1250404. OLE color: 1250404.

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

Color convert

RGB1002019-
CMYK00.80.810.61
HSL0.74º68.07%23.33%-
HSV(B)0.74º81%39.22%-
XYZ5.623.260.95-
YUV43.81114168.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 71.94%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=71.94%
G=14.39%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100201900.80.810.610.7468.0723.33
Hex641413050513D14417
Octal1442423012012175110427
Binary110010010100100110101000010100011111011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641413; }

 p { color: rgb(100,20,19); }

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

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

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

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

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

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

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