#641310

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

Shades of Red Oxide #641310

Tints of Red Oxide #641310

Color information

#641310 (or 0x641310) is unknown color: approx Red Oxide. HEX triplet: 64, 13 and 10. RGB value is (100,19,16). Sum of RGB (Red+Green+Blue) = 100+19+16=135 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.07% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 100 - color contains mainly: red. Hex color #641310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641310 is #9BECEF. Grayscale: #2A2A2A. Windows color (decimal): -10218736 or 1053540. OLE color: 1053540.

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

Color convert

RGB1001916-
CMYK00.810.840.61
HSL2.14º72.41%22.75%-
HSV(B)2.14º84%39.22%-
XYZ5.583.210.82-
YUV42.88112.84168.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 74.07%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=74.07%
G=14.07%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100191600.810.840.612.1472.4122.75
Hex641310051543D24817
Octal1442320012112475211027
Binary1100100100111000001010001101010011110110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641310; }

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

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

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

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

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

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

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

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