#611305

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

Shades of Red Oxide #611305

Tints of Red Oxide #611305

Color information

#611305 (or 0x611305) is unknown color: approx Red Oxide. HEX triplet: 61, 13 and 05. RGB value is (97,19,5). Sum of RGB (Red+Green+Blue) = 97+19+5=121 (16% of max value = 765). Red value is 97 (38.28% from 255 or 80.17% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 97 - color contains mainly: red. Hex color #611305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611305 is #9EECFA. Grayscale: #282828. Windows color (decimal): -10415355 or 332641. OLE color: 332641.

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

Color convert

RGB97195-
CMYK00.800.950.62
HSL9.13º90.2%20%-
HSV(B)9.13º94.85%38.04%-
XYZ5.193.020.45-
YUV40.73107.84168.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 80.17%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 5 (2.34% from 255) = 4.13%
R=80.17%
G=15.70%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9719500.800.950.629.1390.220
Hex611350505F3E95a14
Octal1412350120137761113224
Binary1100001100111010101000010111111111101001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611305; }

 p { color: rgb(97,19,5); }

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

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

 a { background-color: rgb(97,19,5); }

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

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

 span { border-color: rgb(97,19,5); }

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