#611703

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

Shades of Red Oxide #611703

Tints of Red Oxide #611703

Color information

#611703 (or 0x611703) is unknown color: approx Red Oxide. HEX triplet: 61, 17 and 03. RGB value is (97,23,3). Sum of RGB (Red+Green+Blue) = 97+23+3=123 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.86% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 97 - color contains mainly: red. Hex color #611703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611703 is #9EE8FC. Grayscale: #2A2A2A. Windows color (decimal): -10414333 or 202593. OLE color: 202593.

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

Color convert

RGB97233-
CMYK00.760.970.62
HSL12.77º94%19.61%-
HSV(B)12.77º96.91%38.04%-
XYZ5.253.160.42-
YUV42.85105.52166.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 78.86%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 3 (1.56% from 255) = 2.44%
R=78.86%
G=18.70%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9723300.760.970.6212.779419.61
Hex6117304C613Ed5e14
Octal1412730114141761513624
Binary110000110111110100110011000011111101101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611703; }

 p { color: rgb(97,23,3); }

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

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

 a { background-color: rgb(97,23,3); }

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

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

 span { border-color: rgb(97,23,3); }

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