#610907

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

Shades of Red Oxide #610907

Tints of Red Oxide #610907

Color information

#610907 (or 0x610907) is unknown color: approx Red Oxide. HEX triplet: 61, 09 and 07. RGB value is (97,9,7). Sum of RGB (Red+Green+Blue) = 97+9+7=113 (14% of max value = 765). Red value is 97 (38.28% from 255 or 85.84% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 97 - color contains mainly: red. Hex color #610907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610907 is #9EF6F8. Grayscale: #232323. Windows color (decimal): -10417913 or 461153. OLE color: 461153.

HSL color Cylindrical-coordinate representation of color #610907: hue angle of 1.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610907 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB9797-
CMYK00.910.930.62
HSL1.33º86.54%20.39%-
HSV(B)1.33º92.78%38.04%-
XYZ5.072.750.47-
YUV35.08112.15172.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 85.84%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 7 (3.12% from 255) = 6.19%
R=85.84%
G=7.96%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979700.910.930.621.3386.5420.39
Hex619705B5D3E15714
Octal141117013313576112724
Binary110000110011110101101110111011111101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610907; }

 p { color: rgb(97,9,7); }

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

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

 a { background-color: rgb(97,9,7); }

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

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

 span { border-color: rgb(97,9,7); }

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