#68241F

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

Shades of Red Oxide #68241F

Tints of Red Oxide #68241F

Color information

#68241F (or 0x68241F) is unknown color: approx Red Oxide. HEX triplet: 68, 24 and 1F. RGB value is (104,36,31). Sum of RGB (Red+Green+Blue) = 104+36+31=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #68241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68241F is #97DBE0. Grayscale: #373737. Windows color (decimal): -9952225 or 2040936. OLE color: 2040936.

HSL color Cylindrical-coordinate representation of color #68241F: hue angle of 4.11º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68241F is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1043631-
CMYK00.650.700.59
HSL4.11º54.07%26.47%-
HSV(B)4.11º70.19%40.78%-
XYZ6.594.31.78-
YUV55.76114.03162.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.82%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 31 (12.5% from 255) = 18.13%
R=60.82%
G=21.05%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104363100.650.700.594.1154.0726.47
Hex68241F041463B4361a
Octal150443701011067346632
Binary11010001001001111101000001100011011101110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68241F; }

 p { color: rgb(104,36,31); }

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

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

 a { background-color: rgb(104,36,31); }

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

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

 span { border-color: rgb(104,36,31); }

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