#68130A

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

Shades of Red Oxide #68130A

Tints of Red Oxide #68130A

Color information

#68130A (or 0x68130A) is unknown color: approx Red Oxide. HEX triplet: 68, 13 and 0A. RGB value is (104,19,10). Sum of RGB (Red+Green+Blue) = 104+19+10=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #68130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68130A is #97ECF5. Grayscale: #2B2B2B. Windows color (decimal): -9956598 or 660328. OLE color: 660328.

HSL color Cylindrical-coordinate representation of color #68130A: hue angle of 5.74º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68130A is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1041910-
CMYK00.820.900.59
HSL5.74º82.46%22.35%-
HSV(B)5.74º90.38%40.78%-
XYZ63.430.63-
YUV43.39109.16171.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.20%
GREEN value IS 19 (7.81% from 255) = 14.29%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=78.20%
G=14.29%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104191000.820.900.595.7482.4622.35
Hex6813A0525A3B65216
Octal1502312012213273612226
Binary1101000100111010010100101011010111011110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68130A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68130A; }

 p { color: rgb(104,19,10); }

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

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

 a { background-color: rgb(104,19,10); }

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

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

 span { border-color: rgb(104,19,10); }

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